Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip committed Jan 15, 2025
1 parent 9bb29f0 commit a4f2d8f
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ requirements.txt : pyproject.toml
requirements-dev.txt : requirements-dev.in requirements.txt
pip-compile $<

requirements-test.txt : requirements-test.in requirements.txt
requirements-test.txt : requirements-test.in requirements.txt requirements-dev.txt
pip-compile $<
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,3 @@ This project is sponsored by Makina Corpus. If you require assistance on your pr

- [@gbip](https://www.github.com/gbip)
- [@regilero](https://github.com/regilero)

4 changes: 2 additions & 2 deletions requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-c requirements.txt
-c requirements.txt requirements-dev.txt
python-decouple
psycopg2
sphinx<7
Expand All @@ -8,4 +8,4 @@ isort
pre-commit
selenium>4.10.0
djangorestframework>=3.15
django-cors-headers
django-cors-headers
83 changes: 47 additions & 36 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
#
# pip-compile requirements-test.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
anyio==4.8.0
# via
# starlette
# watchfiles
asgiref==3.8.1
# via
# -c requirements.txt
Expand All @@ -16,7 +20,7 @@ attrs==24.3.0
# -c requirements.txt
# outcome
# trio
babel==2.15.0
babel==2.16.0
# via sphinx
certifi==2024.12.14
# via
Expand All @@ -29,16 +33,18 @@ charset-normalizer==3.4.1
# via
# -c requirements.txt
# requests
click==8.1.8
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
distlib==0.3.8
distlib==0.3.9
# via virtualenv
django==5.1.5
# via
# -c requirements.txt
# django-cors-headers
# djangorestframework
django-cors-headers==4.3.1
django-cors-headers==4.6.0
# via -r requirements-test.in
djangorestframework==3.15.2
# via
Expand All @@ -48,42 +54,43 @@ docutils==0.19
# via
# sphinx
# sphinx-rtd-theme
filelock==3.14.0
filelock==3.16.1
# via virtualenv
h11==0.14.0
# via wsproto
identify==2.5.36
# via
# uvicorn
# wsproto
identify==2.6.5
# via pre-commit
idna==3.10
# via
# -c requirements.txt
# anyio
# requests
# trio
imagesize==1.4.1
# via sphinx
isort==5.13.2
# via -r requirements-test.in
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==3.0.2
# via
# -c requirements.txt
# jinja2
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
outcome==1.3.0.post0
# via trio
packaging==24.0
packaging==24.2
# via sphinx
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pre-commit==3.5.0
pre-commit==4.0.1
# via -r requirements-test.in
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements-test.in
pygments==2.18.0
pygments==2.19.1
# via sphinx
pysocks==1.7.1
# via urllib3
Expand All @@ -97,14 +104,12 @@ requests==2.32.3
# via
# -c requirements.txt
# sphinx
selenium==4.21.0
selenium==4.27.1
# via -r requirements-test.in
six==1.17.0
# via
# -c requirements.txt
# livereload
sniffio==1.3.1
# via trio
# via
# anyio
# trio
snowballstemmer==2.2.0
# via sphinx
sortedcontainers==2.4.0
Expand All @@ -115,31 +120,31 @@ sphinx==6.2.1
# sphinx-autobuild
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autobuild==2021.3.14
sphinx-autobuild==2024.10.3
# via -r requirements-test.in
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.2
# via -r requirements-test.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
# via
# -c requirements.txt
# django
tornado==6.4
# via livereload
trio==0.25.1
starlette==0.45.2
# via sphinx-autobuild
trio==0.28.0
# via
# selenium
# trio-websocket
Expand All @@ -148,16 +153,22 @@ trio-websocket==0.11.1
typing-extensions==4.12.2
# via
# -c requirements.txt
# anyio
# selenium
urllib3[socks]==2.3.0
# via
# -c requirements.txt
# requests
# selenium
virtualenv==20.26.2
uvicorn==0.34.0
# via sphinx-autobuild
virtualenv==20.28.1
# via pre-commit
watchfiles==1.0.4
# via sphinx-autobuild
websocket-client==1.8.0
# via selenium
websockets==14.1
# via sphinx-autobuild
wsproto==1.2.0
# via trio-websocket

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ oic==1.7.0
django>=3.2
jsonpickle
jwt
pycryptodome
pycryptodomex
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ oic==1.7.0
# via django-pyoidc (pyproject.toml)
pycparser==2.22
# via cffi
pycryptodome==3.21.0
# via django-pyoidc (pyproject.toml)
pycryptodomex==3.21.0
# via
# django-pyoidc (pyproject.toml)
# oic
# pyjwkest
pydantic==2.10.5
Expand Down

0 comments on commit a4f2d8f

Please sign in to comment.