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       | Faker              | 12.3.0 | 13.3.2 |
| pypi       | bandit             | 1.7.2  | 1.7.4  |
| pypi       | click              | 8.0.3  | 8.0.4  |
| pypi       | elasticsearch      | 7.17.0 | 8.1.0  |
| pypi       | fastapi            | 0.73.0 | 0.75.0 |
| pypi       | hypothesis         | 6.36.2 | 6.39.3 |
| pypi       | ipython            | 8.0.1  | 8.1.1  |
| pypi       | mkdocs-material    | 8.1.11 | 8.2.5  |
| pypi       | mkdocstrings       | 0.18.0 | 0.18.1 |
| pypi       | pyfakefs           | 4.5.4  | 4.5.5  |
| pypi       | pytest             | 7.0.1  | 7.1.0  |
| pypi       | python-swiftclient | 3.13.0 | 3.13.1 |
| pypi       | sentry_sdk         | 1.5.5  | 1.5.7  |
| pypi       | uvicorn            | 0.17.4 | 0.17.6 |
| pypi       | websockets         | 10.1   | 10.2   |
  • Loading branch information
renovate-bot committed Mar 14, 2022
1 parent dae895f commit 63b1753
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ classifiers =
include_package_data = True
install_requires =
bcrypt==3.2.0
click==8.0.3
click==8.0.4
click-option-group==0.5.3
elasticsearch==7.17.0
fastapi==0.73.0
elasticsearch==8.1.0
fastapi==0.75.0
gunicorn==20.1.0
ovh==0.5.0
pydantic==1.9.0
pyparsing==3.0.7
python-keystoneclient==4.4.0
python-swiftclient==3.13.0
python-swiftclient==3.13.1
pyyaml==6.0
requests==2.27.1
sentry_sdk==1.5.5
uvicorn[standard]==0.17.4
websockets==10.1
sentry_sdk==1.5.7
uvicorn[standard]==0.17.6
websockets==10.2
package_dir =
=src
packages = find:
Expand All @@ -47,24 +47,24 @@ python_requires = >= 3.9

[options.extras_require]
dev =
bandit==1.7.2
bandit==1.7.4
black==22.1.0
factory-boy==3.2.1
Faker==12.3.0
Faker==13.3.2
flake8==4.0.1
hypothesis==6.36.2
hypothesis==6.39.3
ipdb==0.13.9
ipython==8.0.1
ipython==8.1.1
isort==5.10.1
logging-gelf==0.0.26
memory-profiler==0.60.0
mkdocs==1.2.3
mkdocs-click==0.5.0
mkdocs-material==8.1.11
mkdocstrings==0.18.0
pyfakefs==4.5.4
mkdocs-material==8.2.5
mkdocstrings==0.18.1
pyfakefs==4.5.5
pylint==2.12.2
pytest==7.0.1
pytest==7.1.0
pytest-cov==3.0.0
ci =
twine==3.8.0
Expand Down

0 comments on commit 63b1753

Please sign in to comment.