Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jun 19, 2022
1 parent 87ae6a1 commit 8009b57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Trivial/Internal Changes
* Bumped ``coverage`` from 6.3.2 to 6.4.1.
* Bumped ``furo`` from 2020.12 to 2022.6.4.1.
* Bumped ``gitpython`` from 3.1.17 to 3.1.27.
* Bumped ``pylint`` from 2.13.5 to 2.14.1.
* Bumped ``pylint`` from 2.13.5 to 2.14.3.
* Bumped ``pytest`` from 7.1.1 to 7.1.2.
* Bumped ``sphinx`` from 4.3.2 to 5.0.1.
* Bumped ``sphinx`` from 4.3.2 to 5.0.2.


----
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
#
alabaster==0.7.12
# via sphinx
astroid==2.11.5
astroid==2.11.6
# via pylint
attrs==21.4.0
# via
# check-wheel-contents
# pytest
babel==2.10.1
babel==2.10.3
# via sphinx
beautifulsoup4==4.11.1
# via furo
bleach==5.0.0
# via readme-renderer
build==0.8.0
# via check-manifest
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
# via requests
Expand Down Expand Up @@ -103,7 +103,7 @@ pygments==2.12.0
# readme-renderer
# rich
# sphinx
pylint==2.14.1
pylint==2.14.3
# via -r requirements/requirements-dev.in
pyparsing==3.0.9
# via packaging
Expand All @@ -130,7 +130,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==5.0.1 ; python_version >= "3.8"
sphinx==5.0.2 ; python_version >= "3.8"
# via
# -r requirements/requirements-dev.in
# furo
Expand Down Expand Up @@ -183,7 +183,7 @@ zipp==3.8.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==62.4.0
setuptools==62.5.0
# via
# astroid
# check-manifest
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/requirements.txt requirements/requirements.in
#
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
cffi==1.15.0
# via pynacl
Expand Down

0 comments on commit 8009b57

Please sign in to comment.