Skip to content

Commit

Permalink
Updates packate versions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Jul 11, 2023
1 parent 0382fbe commit 30e3238
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions requirements/release-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements/release-requirements.txt requirements/release.in
# pip-compile --output-file=requirements/release-requirements.txt --resolver=backtracking requirements/release.in
#
bleach==6.0.0
# via readme-renderer
Expand All @@ -12,27 +12,27 @@ certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
cryptography==41.0.1
cryptography==41.0.2
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.4
# via requests
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==5.12.0
importlib-resources==6.0.0
# via keyring
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.13.1
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -52,7 +52,7 @@ pygments==2.15.1
# rich
pyproject-hooks==1.0.0
# via build
readme-renderer==37.3
readme-renderer==40.0
# via twine
requests==2.31.0
# via
Expand All @@ -74,15 +74,15 @@ tomli==2.0.1
# pyproject-hooks
twine==4.0.2
# via -r requirements/release.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via rich
urllib3==2.0.3
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.15.0
zipp==3.16.0
# via
# importlib-metadata
# importlib-resources
32 changes: 16 additions & 16 deletions requirements/static-analysis-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ backports-zoneinfo==0.2.1
# via django
bandit==1.7.5
# via prospector
black==23.3.0
black==23.7.0
# via -r requirements/static-analysis.in
build==0.10.0
# via pyroma
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via black
coverage[toml]==7.2.7
# via pytest-cov
dill==0.3.6
# via pylint
django==4.2.2
django==4.2.3
# via
# -r requirements/static-analysis.in
# djangorestframework
Expand All @@ -49,7 +49,7 @@ dodgy==0.2.1
# via prospector
exam==0.10.6
# via -r requirements/static-analysis.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
flake8==5.0.4
# via
Expand All @@ -59,15 +59,15 @@ flake8-polyfill==1.0.2
# via pep8-naming
gitdb==4.0.10
# via gitpython
gitpython==3.1.31
gitpython==3.1.32
# via
# bandit
# prospector
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via sphinx
iniconfig==2.0.0
# via pytest
Expand All @@ -90,7 +90,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.0.2
# via exam
mypy==1.3.0
mypy==1.4.1
# via prospector
mypy-extensions==1.0.0
# via
Expand All @@ -113,11 +113,11 @@ pbr==5.11.1
# via stevedore
pep8-naming==0.10.0
# via prospector
platformdirs==3.5.3
platformdirs==3.8.1
# via
# black
# pylint
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prospector[with_everything]==1.10.2
# via -r requirements/static-analysis.in
Expand Down Expand Up @@ -160,11 +160,11 @@ pylint-plugin-utils==0.7
# pylint-flask
pyproject-hooks==1.0.0
# via build
pyright==1.1.314
pyright==1.1.316
# via prospector
pyroma==4.2
# via prospector
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/static-analysis.in
# pytest-cov
Expand All @@ -189,7 +189,7 @@ requirements-detector==1.2.2
# via prospector
rich==13.4.2
# via bandit
semver==3.0.0
semver==3.0.1
# via requirements-detector
setoptconf-tmp==0.3.1
# via prospector
Expand Down Expand Up @@ -243,9 +243,9 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
trove-classifiers==2023.5.24
trove-classifiers==2023.7.6
# via pyroma
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand All @@ -259,7 +259,7 @@ vulture==2.7
# via prospector
wrapt==1.15.0
# via astroid
zipp==3.15.0
zipp==3.16.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ coverage[toml]==7.2.7
# via pytest-cov
exam==0.10.6
# via -r requirements/test.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
iniconfig==2.0.0
# via pytest
mock==5.0.2
# via exam
packaging==23.1
# via pytest
pluggy==1.0.0
pluggy==1.2.0
# via pytest
psycopg2-binary==2.9.6
# via -r requirements/test.in
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 30e3238

Please sign in to comment.