Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements #7

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
-r build.txt
-r docs.txt

pytest-logikal==3.0.0
pytest-logikal==3.1.0
13 changes: 6 additions & 7 deletions requirements/dev.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: f7da736a3e836f66831f6d8f08bc5e5e69f04ad41877fcb30b62bd52008a53ce
## Requirements hash: 40dddfdbe060965cc37d766bda9517bcf7b28ce7aacb372ae039a7bfd76126f0
##
###################################################################################################
-e .
Expand All @@ -21,7 +21,7 @@ colorama==0.4.6
coverage==7.5.1
cryptography==42.0.7
dill==0.3.8
docker==7.0.0
docker==7.1.0
docutils==0.20.1
exceptiongroup==1.2.1
execnet==2.1.1
Expand Down Expand Up @@ -61,19 +61,19 @@ pycodestyle==2.11.1
pycparser==2.22
pydocstyle==6.3.0
Pygments==2.18.0
pylint==3.2.0
pylint==3.2.2
pyorbs==2.1.0
pyproject_hooks==1.1.0
pytest==8.2.0
pytest==8.2.1
pytest-cov==5.0.0
pytest-logikal==3.0.0
pytest-logikal==3.1.0
pytest-mock==3.14.0
pytest-mypy==0.10.3
pytest-xdist==3.6.1
pytz==2024.1
PyYAML==6.0.1
readme_renderer==43.0
requests==2.31.0
requests==2.32.2
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.1
Expand All @@ -94,7 +94,6 @@ termcolor==2.4.0
tomli==2.0.1
tomlkit==0.12.5
twine==5.1.0
types-requests==2.31.0.20240406
typing_extensions==4.11.0
urllib3==2.2.1
wcwidth==0.2.13
Expand Down
7 changes: 3 additions & 4 deletions requirements/docs.txt.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## DO NOT EDIT THIS FILE.
## This is a locked requirements file generated by pyorbs.
##
## Requirements hash: c6bcc16e1beca628be6ad4cccd1e490a8d027c814b421c05364e0e7fc7ef0ae4
## Requirements hash: e936906dcc1b8bbba7ad6f9a3e1579f1bec73f53e69887bb04bcead1ae285745
##
###################################################################################################
-e .
alabaster==0.7.13
Babel==2.15.0
certifi==2024.2.2
charset-normalizer==3.3.2
docker==7.0.0
docker==7.1.0
docutils==0.20.1
idna==3.7
imagesize==1.4.1
Expand All @@ -23,7 +23,7 @@ packaging==23.2
pip==24.0
Pygments==2.18.0
pytz==2024.1
requests==2.31.0
requests==2.32.2
setuptools==70.0.0
snowballstemmer==2.2.0
Sphinx==7.1.2
Expand All @@ -37,7 +37,6 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
termcolor==2.4.0
tomli==2.0.1
types-requests==2.31.0.20240406
urllib3==2.2.1
wheel==0.43.0
zipp==3.18.2
5 changes: 1 addition & 4 deletions requirements/extras/docker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
docker~=7.0
# Note: these can be removed once the docker-py issue is fixed
requests<2.32 # see https://github.com/docker/docker-py/issues/3256
types-requests<2.32 # see https://github.com/docker/docker-py/issues/3256
docker~=7.1