Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 1, 2024
1 parent 15920c7 commit 4d174b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
python-version: ['3.8']
python-version: ['3.12']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.in

mypy
ruff>=0.6
mypy>=1.13
ruff>=0.7

types-jmespath
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jinja2==3.1.4
# via -r requirements.in
jmespath==1.0.1
# via -r requirements.in
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
more-itertools==10.5.0
# via -r requirements.in
mypy==1.11.2
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
ruff==0.6.4
ruff==0.7.1
# via -r requirements-dev.in
types-jmespath==1.0.2.20240106
# via -r requirements-dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jinja2==3.1.4
# via -r requirements.in
jmespath==1.0.1
# via -r requirements.in
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
more-itertools==10.5.0
# via -r requirements.in
Expand Down

0 comments on commit 4d174b4

Please sign in to comment.