Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Upgrade pre-commit dependencies
* Upgrade Python requirements
  • Loading branch information
replaceafill authored Apr 15, 2024
1 parent 54f3707 commit 67336cc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -10,19 +10,19 @@ repos:
- id: reorder-python-imports
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: "23.11.0"
rev: "23.12.1"
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.9.16
- flake8-bugbear==24.2.6
- flake8-comprehensions==3.14.0
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.39.0
hooks:
- id: markdownlint
exclude: |
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,55 @@
#
amclient==1.3.0
# via -r requirements.txt
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements.txt
# requests
charset-normalizer==3.3.2
# via
# -r requirements.txt
# requests
coverage[toml]==7.3.2
coverage[toml]==7.4.4
# via pytest-cov
exceptiongroup==1.2.0
# via pytest
greenlet==3.0.1
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
idna==3.4
idna==3.7
# via
# -r requirements.txt
# requests
iniconfig==2.0.0
# via pytest
lxml==4.9.3
lxml==5.2.1
# via
# -r requirements.txt
# metsrw
metsrw==0.5.0
metsrw==0.5.1
# via -r requirements.txt
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.3
pytest==8.1.1
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements-dev.in
requests==2.31.0
# via
# -r requirements.txt
# amclient
sqlalchemy==1.4.50
sqlalchemy==1.4.52
# via -r requirements.txt
tomli==2.0.1
# via
# coverage
# pytest
urllib3==2.1.0
urllib3==2.2.1
# via
# -r requirements.txt
# amclient
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
#
amclient==1.3.0
# via -r requirements.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
greenlet==3.0.1
greenlet==3.0.3
# via sqlalchemy
idna==3.4
idna==3.7
# via requests
lxml==4.9.3
lxml==5.2.1
# via metsrw
metsrw==0.5.0
metsrw==0.5.1
# via -r requirements.in
requests==2.31.0
# via
# -r requirements.in
# amclient
sqlalchemy==1.4.50
sqlalchemy==1.4.52
# via -r requirements.in
urllib3==2.1.0
urllib3==2.2.1
# via
# -r requirements.in
# amclient
Expand Down

0 comments on commit 67336cc

Please sign in to comment.