Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Jul 16, 2024
1 parent 48ac13a commit fac1d5c
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 74 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.4
rev: v0.5.2
hooks:
- id: ruff
args:
Expand All @@ -29,7 +29,7 @@ repos:
- id: ruff-format

- repo: https://github.com/adamchainz/django-upgrade
rev: "1.17.0"
rev: "1.19.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.42
rev: 0.2.25
hooks:
- id: pip-compile
args:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.3
3.12.4
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here
.. _changelog-0.7.12:

0.7.12 — 2024-07-16
===================

Changed
-------

- Use Python 3.12.4.
- Update dependencies.

.. _changelog-0.7.11:

0.7.11 — 2024-04-19
Expand Down
2 changes: 1 addition & 1 deletion a3m/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.7.11"
__version__ = "0.7.12"

__all__ = ["__version__"]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ ignore = [
"E501",
"E722",
"W191",
"S603",
]
exclude = [
"a3m/settings/**/*",
Expand Down
143 changes: 94 additions & 49 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
alabaster==0.7.16
# via sphinx
ammcpc==0.2.0
# via a3m (pyproject.toml)
asgiref==3.8.1
# via django
attrs==23.2.0
Expand All @@ -13,15 +14,18 @@ attrs==23.2.0
babel==2.15.0
# via sphinx
bagit==1.8.1
boto3==1.34.103
botocore==1.34.103
# via a3m (pyproject.toml)
boto3==1.34.144
# via a3m (pyproject.toml)
botocore==1.34.144
# via
# boto3
# s3transfer
build==1.2.1
cachetools==5.3.3
# via a3m (pyproject.toml)
cachetools==5.4.0
# via tox
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -33,52 +37,66 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# a3m (pyproject.toml)
# click-log
# scriv
click-log==0.4.0
# via scriv
colorama==0.4.6
# via tox
coverage==7.5.1
# via pytest-cov
cryptography==42.0.7
coverage==7.6.0
# via
# a3m (pyproject.toml)
# pytest-cov
cryptography==42.0.8
# via secretstorage
cssselect==1.2.0
# via types-lxml
distlib==0.3.8
# via virtualenv
django==4.2.13
# via django-stubs-ext
django==4.2.14
# via
# a3m (pyproject.toml)
# django-stubs-ext
django-stubs-ext==4.2.7
# via a3m (pyproject.toml)
django-types==0.19.1
# via a3m (pyproject.toml)
doc8==1.1.1
# via a3m (pyproject.toml)
docutils==0.20.1
# via
# doc8
# readme-renderer
# restructuredtext-lint
# sphinx
filelock==3.14.0
filelock==3.15.4
# via
# tox
# virtualenv
googleapis-common-protos==1.63.0
# via grpcio-status
grpcio==1.63.0
googleapis-common-protos==1.63.2
# via
# a3m (pyproject.toml)
# grpcio-status
grpcio==1.64.1
# via
# a3m (pyproject.toml)
# grpcio-reflection
# grpcio-status
# grpcio-tools
grpcio-reflection==1.62.2
grpcio-status==1.62.2
grpcio-tools==1.62.2
identify==2.5.36
grpcio-reflection==1.64.1
# via a3m (pyproject.toml)
grpcio-status==1.64.1
# via a3m (pyproject.toml)
grpcio-tools==1.64.1
# via a3m (pyproject.toml)
identify==2.6.0
# via pre-commit
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via twine
iniconfig==2.0.0
# via pytest
Expand All @@ -100,13 +118,15 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.22.0
jsonschema==4.23.0
# via a3m (pyproject.toml)
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==25.2.0
keyring==25.2.1
# via twine
lxml==4.9.4
# via
# a3m (pyproject.toml)
# ammcpc
# metsrw
markdown-it-py==3.0.0
Expand All @@ -118,18 +138,20 @@ markupsafe==2.1.5
mdurl==0.1.2
# via markdown-it-py
metsrw==0.5.1
more-itertools==10.2.0
# via a3m (pyproject.toml)
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.10.0
mypy==1.10.1
# via a3m (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via
# build
# pyproject-api
Expand All @@ -140,17 +162,20 @@ pbr==6.0.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# a3m (pyproject.toml)
# tox
# virtualenv
pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.7.1
# via a3m (pyproject.toml)
prometheus-client==0.20.0
protobuf==4.25.3
# via a3m (pyproject.toml)
protobuf==5.27.2
# via
# googleapis-common-protos
# grpcio-reflection
Expand All @@ -159,26 +184,32 @@ protobuf==4.25.3
pycparser==2.22
# via cffi
pygfried==0.7.0
# via a3m (pyproject.toml)
pygments==2.18.0
# via
# doc8
# readme-renderer
# rich
# sphinx
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
pytest==8.2.2
# via
# a3m (pyproject.toml)
# pytest-cov
# pytest-django
# pytest-env
# pytest-mock
pytest-cov==5.0.0
# via a3m (pyproject.toml)
pytest-django==4.8.0
# via a3m (pyproject.toml)
pytest-env==1.1.3
# via a3m (pyproject.toml)
pytest-mock==3.14.0
# via a3m (pyproject.toml)
python-dateutil==2.9.0.post0
# via botocore
pyyaml==6.0.1
Expand All @@ -189,8 +220,9 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via
# a3m (pyproject.toml)
# requests-toolbelt
# scriv
# sphinx
Expand All @@ -202,26 +234,29 @@ restructuredtext-lint==1.4.0
rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
rpds-py==0.18.1
# via
# a3m (pyproject.toml)
# twine
rpds-py==0.19.0
# via
# jsonschema
# referencing
ruff==0.4.4
s3transfer==0.10.1
ruff==0.5.2
# via a3m (pyproject.toml)
s3transfer==0.10.2
# via boto3
scriv==1.5.1
# via a3m (pyproject.toml)
secretstorage==3.3.3
# via keyring
setuptools==69.5.1
# via
# grpcio-tools
# nodeenv
setuptools==70.3.0
# via grpcio-tools
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
sphinx==7.4.4
# via a3m (pyproject.toml)
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand All @@ -231,43 +266,53 @@ sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.9.2
# via a3m (pyproject.toml)
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via doc8
tenacity==8.3.0
tox==4.15.0
twine==5.0.0
tenacity==8.5.0
# via a3m (pyproject.toml)
tox==4.16.0
# via a3m (pyproject.toml)
twine==5.1.1
# via a3m (pyproject.toml)
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==5.26.0.20240422
# via a3m (pyproject.toml)
types-protobuf==5.27.0.20240626
# via a3m (pyproject.toml)
types-psycopg2==2.9.21.20240417
# via django-types
types-requests==2.31.0.20240406
typing-extensions==4.11.0
types-requests==2.32.0.20240712
# via a3m (pyproject.toml)
typing-extensions==4.12.2
# via
# django-stubs-ext
# mypy
# types-lxml
unidecode==1.3.8
urllib3==2.2.1
# via a3m (pyproject.toml)
urllib3==2.2.2
# via
# botocore
# requests
# twine
# types-requests
virtualenv==20.26.1
virtualenv==20.26.3
# via
# pre-commit
# tox
vulture==2.11
# via a3m (pyproject.toml)
wheel==0.43.0
zipp==3.18.1
# via a3m (pyproject.toml)
zipp==3.19.2
# via importlib-metadata
Loading

0 comments on commit fac1d5c

Please sign in to comment.