Skip to content

Commit

Permalink
Merge pull request #3539 from Viicos/pip-tools-7
Browse files Browse the repository at this point in the history
⬆️ Bump pip-tools for latest pip compatibility
  • Loading branch information
sergei-maertens authored Oct 17, 2023
2 parents 04cb89e + 9e4bb99 commit e442ce6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ mozilla-django-oidc==1.2.4
# via mozilla-django-oidc-db
mozilla-django-oidc-db==0.12.0
# via -r requirements/base.in
o365==2.0.16
o365==2.0.18
# via -r requirements/base.in
oauthlib==3.2.2
# via requests-oauthlib
Expand Down Expand Up @@ -456,6 +456,7 @@ six==1.15.0
# qrcode
# requests-file
# requests-mock
# rfc3339-validator
soupsieve==2.3
# via beautifulsoup4
sqlparse==0.4.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ multidict==6.0.4
# via yarl
mypy-extensions==0.4.3
# via black
o365==2.0.16
o365==2.0.18
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-c ci.txt

# Helpers
pip-tools~=6.0
pip-tools~=7.0
bump2version
gitpython

Expand Down
9 changes: 6 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ mypy-extensions==0.4.3
# -c requirements/ci.txt
# -r requirements/ci.txt
# black
o365==2.0.16
o365==2.0.18
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -742,7 +742,7 @@ pillow==10.0.1
# cairosvg
# django-colorfield
# weasyprint
pip-tools==6.13.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==2.2.0
# via
Expand Down Expand Up @@ -1106,13 +1106,16 @@ tinycss2==1.1.0
# cssselect2
# weasyprint
toml==0.10.2
# via autopep8
# via
# autopep8
# pep517
tomli==1.2.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# black
# build
# pip-tools
# pytest
tornado==6.3.3
# via
Expand Down
3 changes: 2 additions & 1 deletion requirements/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ django-axes[ipware]==6.0.5
# via
# -c requirements/base.in
# -r requirements/base.txt
# django-axes
django-better-admin-arrayfield==1.4.2
# via
# -c requirements/base.in
Expand Down Expand Up @@ -481,7 +482,7 @@ mozilla-django-oidc-db==0.12.0
# via
# -c requirements/base.in
# -r requirements/base.txt
o365==2.0.16
o365==2.0.18
# via
# -c requirements/base.in
# -r requirements/base.txt
Expand Down

0 comments on commit e442ce6

Please sign in to comment.