Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
Upgrades:

- Faker from 8.13.2 to 8.14.0
- elasticsearch from 7.14.1 to 7.15.0
- hypothesis from 6.21.6 to 6.23.0
- ipython from 7.27.0 to 7.28.0
- mkdocs-material from 7.2.7 to 7.3.0
- mkdocstrings from 0.15.2 to 0.16.1
- sentry_sdk from 1.3.1 to 1.4.1
  • Loading branch information
renovate-bot authored and quitterie-lcs committed Sep 27, 2021
1 parent 99dfb68 commit 7742268
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ and this project adheres to

### Changed

- Upgrade `elasticsearch` to `7.15.0`
- Upgrade `python-keystoneclient` to `4.3.0`
- Upgrade `websockets` to `10.0`
- Upgrade `elasticsearch` to `7.14.1`
- Upgrade `sentry_sdk` to `1.3.1`
- Upgrade `sentry_sdk` to `1.4.1`
- Upgrade `requests` to `2.26.0`
- Upgrade `websockets` to `10.0`

## [2.0.1] - 2021-07-15

Expand Down
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ include_package_data = True
install_requires =
click==8.0.1
click-option-group==0.5.3
elasticsearch==7.14.1
elasticsearch==7.15.0
ovh==0.5.0
pydantic==1.8.2
python-keystoneclient==4.3.0
python-swiftclient==3.12.0
pyyaml==5.4.1
requests==2.26.0
sentry_sdk==1.3.1
sentry_sdk==1.4.1
websockets==10.0
package_dir =
=src
Expand All @@ -45,18 +45,18 @@ dev =
bandit==1.7.0
black==21.7b0
factory-boy==3.2.0
Faker==8.13.2
Faker==8.14.0
flake8==3.9.2
hypothesis==6.21.6
hypothesis==6.23.0
ipdb==0.13.9
ipython==7.27.0
ipython==7.28.0
isort==5.9.3
logging-gelf==0.0.26
memory-profiler==0.58.0
mkdocs==1.2.2
mkdocs-click==0.4.0
mkdocs-material==7.2.7
mkdocstrings==0.15.2
mkdocs-material==7.3.0
mkdocstrings==0.16.1
pyfakefs==4.5.1
pylint==2.11.1
pytest==6.2.5
Expand Down

0 comments on commit 7742268

Please sign in to comment.