Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 409a527 commit 618038c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: pip3 install .
Expand All @@ -27,7 +27,7 @@ jobs:
name: Lint python

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

- name: Install system dependencies
run: |
Expand All @@ -41,7 +41,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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dotrun = "dotrun:cli"

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

Expand Down

0 comments on commit 618038c

Please sign in to comment.