Skip to content

Commit

Permalink
Merge pull request #123 from canonical/renovate/major-all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies (major)
  • Loading branch information
goulinkh authored Aug 12, 2024
2 parents 8b458d6 + c1bb013 commit 10220ae
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test dotrun on Ubuntu (snapcraft.io project)
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dotrun
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
name: Lint python

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install system dependencies
run: |
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check inclusive naming
uses: canonical-web-and-design/inclusive-naming@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1

- name: Build package
Expand Down
58 changes: 16 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dotrun = "dotrun:cli"

[tool.poetry.dependencies]
python = '^3.10'
python-dotenv = '0.20.0'
python-slugify = '6.1.2'
docker = '6.1.3'
python-dotenv = '1.0.1'
python-slugify = '8.0.4'
docker = '7.1.0'
dockerpty = '0.4.1'


Expand Down

0 comments on commit 10220ae

Please sign in to comment.