Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| pypi       | Django          | 4.0.2  | 4.0.3  |
| pypi       | bandit          | 1.7.3  | 1.7.4  |
| pypi       | hypothesis      | 6.38.0 | 6.39.1 |
| pypi       | mkdocs-material | 8.2.3  | 8.2.5  |
| pypi       | mkdocstrings    | 0.18.0 | 0.18.1 |
  • Loading branch information
renovate-bot authored and quitterie-lcs committed Mar 7, 2022
1 parent f11fd96 commit 13491cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/marion/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ zip_safe = True

[options.extras_require]
dev =
bandit==1.7.3
bandit==1.7.4
black==22.1.0
factory_boy==3.2.1
flake8==4.0.1
hypothesis[django]==6.38.0
hypothesis[django]==6.39.1
isort==5.10.1
Jinja2==3.0.3
mkdocs==1.2.3
mkdocs-material==8.2.3
mkdocstrings==0.18.0
mkdocs-material==8.2.5
mkdocstrings==0.18.1
pdfminer.six==20211012
pyfakefs==4.5.5
pylint==2.12.2
Expand All @@ -50,7 +50,7 @@ dev =
pytest-cov==3.0.0
pytest-django==4.5.2
sandbox =
Django==4.0.2
Django==4.0.3
django-configurations==2.3.2
psycopg2-binary==2.9.3
ci =
Expand Down

0 comments on commit 13491cc

Please sign in to comment.