Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Jul 8, 2024
1 parent 047e43d commit a22b1a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.5
rev: v0.5.1
hooks:
- id: ruff
name: python ruff
Expand Down
10 changes: 5 additions & 5 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile setup.py
# pip-compile --output-file=requirements.txt --strip-extras setup.py
#
argcomplete==3.4.0
# via nitor-vault (setup.py)
boto3==1.34.53
boto3==1.34.140
# via threadlocal-aws
botocore==1.34.53
botocore==1.34.140
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ six==1.16.0
# via python-dateutil
threadlocal-aws==0.11
# via nitor-vault (setup.py)
urllib3==2.0.7
urllib3==2.2.2
# via
# botocore
# requests
Expand Down

0 comments on commit a22b1a7

Please sign in to comment.