Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Nov 3, 2023
1 parent 809af84 commit 403c83c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
> Versioning is by dates (in `yy.mm.dd` format).
??.??.??
========

<!-- DISABLED FEATURE: - Added a 'Solicite approval via e-mail' context menu option for sequencing requests that belong users with both their own and their pi's email address at `settings.EMAIL_HOST` (that means, we can rely on the email spoofing as in the 'compose email' menu that staff users already had). -->
- Updated all dependencies.

> Versioning is by dates (in `yy.mm.dd` format).

23.11.02
========
Expand Down
8 changes: 4 additions & 4 deletions parkour_app/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bioblend==1.2.0
# via -r parkour_app/requirements/base.in
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via
# aiohttp
# requests
Expand All @@ -38,7 +38,7 @@ diff-match-patch==20230430
# via django-import-export
dj-database-url==2.1.0
# via -r parkour_app/requirements/base.in
django==4.2.6
django==4.2.7
# via
# -r parkour_app/requirements/base.in
# dj-database-url
Expand Down Expand Up @@ -90,7 +90,7 @@ importlib-resources==6.1.0
# jsonschema-specifications
inflection==0.5.1
# via drf-spectacular
jsonschema==4.19.1
jsonschema==4.19.2
# via drf-spectacular
jsonschema-specifications==2023.7.1
# via jsonschema
Expand Down Expand Up @@ -157,7 +157,7 @@ sqlparse==0.4.4
# via django
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via django-import-export
tblib==2.0.0
tblib==3.0.0
# via -r parkour_app/requirements/base.in
tinydb==4.8.0
# via tuspy
Expand Down
10 changes: 5 additions & 5 deletions parkour_app/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-r base.txt
appdirs==1.4.4
# via django-migration-linter
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
Expand All @@ -22,7 +22,7 @@ django-migration-linter==5.0.0
# via -r parkour_app/requirements/dev.in
django-schema-viewer==0.1.0
# via -r parkour_app/requirements/dev.in
executing==2.0.0
executing==2.0.1
# via stack-data
ipdb==0.13.13
# via -r parkour_app/requirements/dev.in
Expand Down Expand Up @@ -64,11 +64,11 @@ toml==0.10.2
# via django-migration-linter
tomli==2.0.1
# via ipdb
traitlets==5.11.2
traitlets==5.13.0
# via
# ipython
# matplotlib-inline
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
werkzeug==3.0.0
werkzeug==3.0.1
# via -r parkour_app/requirements/dev.in
4 changes: 2 additions & 2 deletions parkour_app/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pluggy==1.3.0
# via pytest
pyee==11.0.1
# via playwright
pytest==7.4.2
pytest==7.4.3
# via
# pytest-base-url
# pytest-cov
Expand All @@ -33,7 +33,7 @@ pytest-base-url==2.0.0
# via pytest-playwright
pytest-cov==4.1.0
# via -r parkour_app/requirements/testing.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r parkour_app/requirements/testing.in
pytest-playwright==0.4.3
# via -r parkour_app/requirements/testing.in
Expand Down

0 comments on commit 403c83c

Please sign in to comment.