Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package    | from   | to     |
| ---------- | ---------- | ------ | ------ |
| pypi       | ipython    | 8.28.0 | 8.29.0 |
| pypi       | pytest     | 8.2.0  | 8.3.3  |
| pypi       | pytest-cov | 5.0.0  | 6.0.0  |
| pypi       | whitenoise | 6.7.0  | 6.8.2  |
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent a99a9c4 commit f0b25e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ dev =
cryptography==43.0.3
flake8==7.1.1
httpretty==1.1.4
ipython==8.28.0
ipython==8.29.0
isort==5.13.2
pycodestyle==2.12.1
pylint==3.3.1
pylint-pytest==1.1.8
pyOpenSSL==24.2.1
pytest==8.2.0
pytest-cov==5.0.0
pytest==8.3.3
pytest-cov==6.0.0
pytest-django==4.9.0
pytest-mock==3.14.0
signxml==4.0.2
Expand All @@ -74,7 +74,7 @@ dev =
django-configurations==2.5.1
uvicorn==0.32.0
factory_boy==3.3.1
whitenoise==6.7.0
whitenoise==6.8.2

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit f0b25e5

Please sign in to comment.