Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Mar 30, 2024
1 parent f1e8cf1 commit 730f870
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.0
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
cryptography==42.0.5
Expand All @@ -20,7 +20,7 @@ dnspython==2.6.1
hiredis==2.3.2
idna==3.6
josepy==1.14.0
kombu==5.3.5
kombu==5.3.6
packaging==24.0
prompt-toolkit==3.0.43
psycopg==3.1.18
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Sphinx==7.2.6; python_version > '3.8'
Sphinx~=7.1; python_version == '3.8'
coverage[toml]==7.4.4
pytest==8.1.1
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-django==4.8.0
selenium==4.18.1
selenium==4.19.0
semantic-version==2.10.0
tabulate==0.9.0
termcolor==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build==1.1.1
build==1.2.1
twine==5.0.0
wheel==0.43.0
# See pyproject.toml for reasoning for required minimum version
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uWSGI==2.0.23
uWSGI==2.0.24
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-dev-common.txt
doc8==1.1.1
numpydoc==1.6.0
numpydoc==1.7.0
sphinx-inline-tabs==2023.4.21
sphinx-jinja==2.0.2
sphinx-rtd-theme==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements-dev-common.txt
pre-commit==3.6.2
pre-commit==3.7.0
pylint-django==2.5.5
pylint==3.1.0
ruff==0.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyrfc3339==1.1
pytest-env==1.1.3
pytest-freezer==0.4.8
pytest-random-order==1.1.1
requests-mock==1.11.0
requests-mock==1.12.1

0 comments on commit 730f870

Please sign in to comment.