Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed May 13, 2024
1 parent 1a2b586 commit 48ac13a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
files: ^docs/.*\.rst$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.0
rev: v0.4.4
hooks:
- id: ruff
args:
Expand All @@ -29,7 +29,7 @@ repos:
- id: ruff-format

- repo: https://github.com/adamchainz/django-upgrade
rev: "1.16.0"
rev: "1.17.0"
hooks:
- id: django-upgrade
args:
Expand All @@ -47,7 +47,7 @@ repos:
- "a3m"

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.1.34
rev: 0.1.42
hooks:
- id: pip-compile
args:
Expand Down
54 changes: 27 additions & 27 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ attrs==23.2.0
# jsonschema
# referencing
# scriv
babel==2.14.0
babel==2.15.0
# via sphinx
bagit==1.8.1
boto3==1.34.87
botocore==1.34.87
boto3==1.34.103
botocore==1.34.103
# via
# boto3
# s3transfer
Expand All @@ -39,15 +39,15 @@ click-log==0.4.0
# via scriv
colorama==0.4.6
# via tox
coverage==7.4.4
coverage==7.5.1
# via pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via secretstorage
cssselect==1.2.0
# via types-lxml
distlib==0.3.8
# via virtualenv
django==4.2.11
django==4.2.13
# via django-stubs-ext
django-stubs-ext==4.2.7
django-types==0.19.1
Expand All @@ -58,21 +58,21 @@ docutils==0.20.1
# readme-renderer
# restructuredtext-lint
# sphinx
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
googleapis-common-protos==1.63.0
# via grpcio-status
grpcio==1.62.2
grpcio==1.63.0
# via
# grpcio-reflection
# grpcio-status
# grpcio-tools
grpcio-reflection==1.62.2
grpcio-status==1.62.2
grpcio-tools==1.62.2
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.7
# via requests
Expand All @@ -92,18 +92,18 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# scriv
# sphinx
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.21.1
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==25.1.0
keyring==25.2.0
# via twine
lxml==4.9.4
# via
Expand All @@ -122,7 +122,7 @@ more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.9.0
mypy==1.10.0
mypy-extensions==1.0.0
# via mypy
nh3==0.2.17
Expand All @@ -140,15 +140,15 @@ pbr==6.0.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.7.0
pre-commit==3.7.1
prometheus-client==0.20.0
protobuf==4.25.3
# via
Expand All @@ -159,17 +159,17 @@ protobuf==4.25.3
pycparser==2.22
# via cffi
pygfried==0.7.0
pygments==2.17.2
pygments==2.18.0
# via
# doc8
# readme-renderer
# rich
# sphinx
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand All @@ -185,7 +185,7 @@ pyyaml==6.0.1
# via pre-commit
readme-renderer==43.0
# via twine
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -203,11 +203,11 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
ruff==0.4.0
ruff==0.4.4
s3transfer==0.10.1
# via boto3
scriv==1.5.1
Expand Down Expand Up @@ -239,15 +239,15 @@ sqlparse==0.5.0
# via django
stevedore==5.2.0
# via doc8
tenacity==8.2.3
tox==4.14.2
tenacity==8.3.0
tox==4.15.0
twine==5.0.0
types-beautifulsoup4==4.12.0.20240229
types-beautifulsoup4==4.12.0.20240511
# via types-lxml
types-html5lib==1.1.11.20240228
# via types-beautifulsoup4
types-lxml==2024.4.14
types-protobuf==4.25.0.20240417
types-protobuf==5.26.0.20240422
types-psycopg2==2.9.21.20240417
# via django-types
types-requests==2.31.0.20240406
Expand All @@ -263,7 +263,7 @@ urllib3==2.2.1
# requests
# twine
# types-requests
virtualenv==20.25.3
virtualenv==20.26.1
# via
# pre-commit
# tox
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ attrs==23.2.0
# jsonschema
# referencing
bagit==1.8.1
boto3==1.34.87
botocore==1.34.87
boto3==1.34.103
botocore==1.34.103
# via
# boto3
# s3transfer
Expand All @@ -18,12 +18,12 @@ certifi==2024.2.2
charset-normalizer==3.3.2
# via requests
click==8.1.7
django==4.2.11
django==4.2.13
# via django-stubs-ext
django-stubs-ext==4.2.7
googleapis-common-protos==1.63.0
# via grpcio-status
grpcio==1.62.2
grpcio==1.63.0
# via
# grpcio-reflection
# grpcio-status
Expand All @@ -35,7 +35,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.21.1
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
# via jsonschema
lxml==4.9.4
Expand All @@ -47,25 +47,25 @@ markdown-it-py==3.0.0
mdurl==0.1.2
# via markdown-it-py
metsrw==0.5.1
platformdirs==4.2.0
platformdirs==4.2.1
prometheus-client==0.20.0
protobuf==4.25.3
# via
# googleapis-common-protos
# grpcio-reflection
# grpcio-status
pygfried==0.7.0
pygments==2.17.2
pygments==2.18.0
# via rich
python-dateutil==2.9.0.post0
# via botocore
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
rich==13.7.1
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand All @@ -75,7 +75,7 @@ six==1.16.0
# via python-dateutil
sqlparse==0.5.0
# via django
tenacity==8.2.3
tenacity==8.3.0
typing-extensions==4.11.0
# via django-stubs-ext
unidecode==1.3.8
Expand Down
2 changes: 1 addition & 1 deletion tests/client/test_filename_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def setUp(self):

@staticmethod
@pytest.fixture(scope="class")
def django_db_setup(self, django_db_setup, django_db_blocker):
def django_db_setup(django_db_setup, django_db_blocker):
"""Load the various database fixtures required for our tests."""
agents_fixtures_dir = "microservice_agents"
agents = os.path.join(agents_fixtures_dir, "microservice_agents.json")
Expand Down

0 comments on commit 48ac13a

Please sign in to comment.