Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #437

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
files: ^docs/.*\.rst$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.6
hooks:
- id: ruff
args:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ See the fragment files in the `changelog.d directory`_.

.. scriv-insert-here

.. _changelog-0.7.3:

0.7.3 — 2023-11-30
==================

Changed
-------

- Update dependencies.

.. _changelog-0.7.2:

0.7.2 — 2023-11-08
Expand Down
60 changes: 30 additions & 30 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
ammcpc==0.1.3
ammcpc==0.2.0
# via a3m (pyproject.toml)
appdirs==1.4.4
# via a3m (pyproject.toml)
Expand All @@ -23,9 +23,9 @@ bagit==1.8.1
# via a3m (pyproject.toml)
bandit==1.7.5
# via a3m (pyproject.toml)
boto3==1.28.80
boto3==1.33.4
# via a3m (pyproject.toml)
botocore==1.31.80
botocore==1.33.4
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ build==1.0.3
# pip-tools
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -59,7 +59,7 @@ coverage[toml]==7.3.2
# via
# a3m (pyproject.toml)
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -91,21 +91,21 @@ googleapis-common-protos==1.61.0
# via
# a3m (pyproject.toml)
# grpcio-status
grpcio==1.59.2
grpcio==1.59.3
# via
# a3m (pyproject.toml)
# grpcio-reflection
# grpcio-status
# grpcio-tools
grpcio-reflection==1.59.2
grpcio-reflection==1.59.3
# via a3m (pyproject.toml)
grpcio-status==1.59.2
grpcio-status==1.59.3
# via a3m (pyproject.toml)
grpcio-tools==1.59.2
grpcio-tools==1.59.3
# via a3m (pyproject.toml)
identify==2.5.31
identify==2.5.32
# via pre-commit
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -127,11 +127,11 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.19.2
jsonschema==4.20.0
# via a3m (pyproject.toml)
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.2
# via jsonschema
keyring==24.2.0
keyring==24.3.0
# via twine
lxml==4.9.3
# via
Expand All @@ -146,11 +146,11 @@ markupsafe==2.1.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
metsrw==0.4.0
metsrw==0.5.0
# via a3m (pyproject.toml)
more-itertools==10.1.0
# via jaraco-classes
mypy==1.6.1
mypy==1.7.1
# via a3m (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -171,7 +171,7 @@ pip-tools==7.3.0
# via a3m (pyproject.toml)
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.0.0
# via
# tox
# virtualenv
Expand All @@ -181,9 +181,9 @@ pluggy==1.3.0
# tox
pre-commit==3.5.0
# via a3m (pyproject.toml)
prometheus-client==0.18.0
prometheus-client==0.19.0
# via a3m (pyproject.toml)
protobuf==4.25.0
protobuf==4.25.1
# via
# googleapis-common-protos
# grpcio-reflection
Expand All @@ -193,7 +193,7 @@ pycparser==2.21
# via cffi
pygfried==0.6.0
# via a3m (pyproject.toml)
pygments==2.16.1
pygments==2.17.2
# via
# doc8
# readme-renderer
Expand All @@ -214,7 +214,7 @@ pytest-cov==4.1.0
# via a3m (pyproject.toml)
pytest-django==4.7.0
# via a3m (pyproject.toml)
pytest-env==1.1.1
pytest-env==1.1.3
# via a3m (pyproject.toml)
pytest-mock==3.12.0
# via a3m (pyproject.toml)
Expand All @@ -226,7 +226,7 @@ pyyaml==6.0.1
# pre-commit
readme-renderer==42.0
# via twine
referencing==0.30.2
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -243,18 +243,18 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via
# a3m (pyproject.toml)
# bandit
# twine
rpds-py==0.12.0
rpds-py==0.13.2
# via
# jsonschema
# referencing
ruff==0.1.4
ruff==0.1.6
# via a3m (pyproject.toml)
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
scriv==1.5.0
# via a3m (pyproject.toml)
Expand Down Expand Up @@ -298,7 +298,7 @@ tenacity==8.2.3
# via a3m (pyproject.toml)
toml==0.10.2
# via vulture
tox==4.11.3
tox==4.11.4
# via a3m (pyproject.toml)
twine==4.0.2
# via a3m (pyproject.toml)
Expand All @@ -310,7 +310,7 @@ types-lxml==2023.10.21
# via a3m (pyproject.toml)
types-protobuf==4.24.0.4
# via a3m (pyproject.toml)
types-psycopg2==2.9.21.15
types-psycopg2==2.9.21.19
# via django-types
types-requests==2.31.0.10
# via a3m (pyproject.toml)
Expand All @@ -327,13 +327,13 @@ urllib3==2.0.7
# requests
# twine
# types-requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# pre-commit
# tox
vulture==2.10
# via a3m (pyproject.toml)
wheel==0.41.3
wheel==0.42.0
# via
# a3m (pyproject.toml)
# pip-tools
Expand Down
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
ammcpc==0.1.3
ammcpc==0.2.0
# via a3m (pyproject.toml)
appdirs==1.4.4
# via a3m (pyproject.toml)
Expand All @@ -16,13 +16,13 @@ attrs==23.1.0
# referencing
bagit==1.8.1
# via a3m (pyproject.toml)
boto3==1.28.80
boto3==1.33.4
# via a3m (pyproject.toml)
botocore==1.31.80
botocore==1.33.4
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -38,24 +38,24 @@ googleapis-common-protos==1.61.0
# via
# a3m (pyproject.toml)
# grpcio-status
grpcio==1.59.2
grpcio==1.59.3
# via
# a3m (pyproject.toml)
# grpcio-reflection
# grpcio-status
grpcio-reflection==1.59.2
grpcio-reflection==1.59.3
# via a3m (pyproject.toml)
grpcio-status==1.59.2
grpcio-status==1.59.3
# via a3m (pyproject.toml)
idna==3.4
idna==3.6
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.19.2
jsonschema==4.20.0
# via a3m (pyproject.toml)
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.2
# via jsonschema
lxml==4.9.3
# via
Expand All @@ -66,34 +66,34 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
metsrw==0.4.0
metsrw==0.5.0
# via a3m (pyproject.toml)
prometheus-client==0.18.0
prometheus-client==0.19.0
# via a3m (pyproject.toml)
protobuf==4.25.0
protobuf==4.25.1
# via
# googleapis-common-protos
# grpcio-reflection
# grpcio-status
pygfried==0.6.0
# via a3m (pyproject.toml)
pygments==2.16.1
pygments==2.17.2
# via rich
python-dateutil==2.8.2
# via botocore
referencing==0.30.2
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via a3m (pyproject.toml)
rich==13.6.0
rich==13.7.0
# via a3m (pyproject.toml)
rpds-py==0.12.0
rpds-py==0.13.2
# via
# jsonschema
# referencing
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via python-dateutil
Expand Down