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       | bandit          | 1.7.2  | 1.7.3  |
| pypi       | hypothesis      | 6.37.0 | 6.38.0 |
| pypi       | mkdocs-material | 8.2.1  | 8.2.3  |
  • Loading branch information
renovate-bot authored and quitterie-lcs committed Feb 28, 2022
1 parent d312f22 commit f11fd96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/marion/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ zip_safe = True

[options.extras_require]
dev =
bandit==1.7.2
bandit==1.7.3
black==22.1.0
factory_boy==3.2.1
flake8==4.0.1
hypothesis[django]==6.37.0
hypothesis[django]==6.38.0
isort==5.10.1
Jinja2==3.0.3
mkdocs==1.2.3
mkdocs-material==8.2.1
mkdocs-material==8.2.3
mkdocstrings==0.18.0
pdfminer.six==20211012
pyfakefs==4.5.5
Expand Down

0 comments on commit f11fd96

Please sign in to comment.