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

Scheduled weekly dependency update for week 32 #184

Closed
wants to merge 41 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ac595f5
Update asgiref from 3.6.0 to 3.7.2
pyup-bot Aug 7, 2023
3d4cb1f
Update asgiref from 3.6.0 to 3.7.2
pyup-bot Aug 7, 2023
35e3c9c
Update black from 22.12.0 to 23.7.0
pyup-bot Aug 7, 2023
7163ee0
Update click from 8.1.3 to 8.1.6
pyup-bot Aug 7, 2023
7749cb9
Update configobj from 5.0.6 to 5.0.8
pyup-bot Aug 7, 2023
ef54dfe
Update coverage from 7.0.1 to 7.2.7
pyup-bot Aug 7, 2023
89125b9
Update django from 4.1.4 to 4.2.4
pyup-bot Aug 7, 2023
d1e971b
Update django from 4.1.4 to 4.2.4
pyup-bot Aug 7, 2023
c848df4
Update django-debug-toolbar from 3.8.1 to 4.1.0
pyup-bot Aug 7, 2023
5dd6e86
Update django-stubs from 1.13.1 to 4.2.3
pyup-bot Aug 7, 2023
a66b09b
Update django-stubs-ext from 0.7.0 to 4.2.2
pyup-bot Aug 7, 2023
9313345
Update flake8 from 6.0.0 to 6.1.0
pyup-bot Aug 7, 2023
2b291a2
Update ipdb from 0.13.11 to 0.13.13
pyup-bot Aug 7, 2023
e318658
Update ipython from 8.7.0 to 8.14.0
pyup-bot Aug 7, 2023
dd30146
Update isort from 5.11.4 to 5.12.0
pyup-bot Aug 7, 2023
e3118ff
Update jedi from 0.18.2 to 0.19.0
pyup-bot Aug 7, 2023
3d4046b
Update mypy from 0.991 to 1.4.1
pyup-bot Aug 7, 2023
970f77e
Update mypy-extensions from 0.4.3 to 1.0.0
pyup-bot Aug 7, 2023
dc4a542
Update pathspec from 0.10.3 to 0.11.2
pyup-bot Aug 7, 2023
969198b
Update platformdirs from 2.6.0 to 3.10.0
pyup-bot Aug 7, 2023
0499e91
Update prompt-toolkit from 3.0.36 to 3.0.39
pyup-bot Aug 7, 2023
a137a98
Update pycodestyle from 2.10.0 to 2.11.0
pyup-bot Aug 7, 2023
6926314
Update pyflakes from 3.0.1 to 3.1.0
pyup-bot Aug 7, 2023
be67985
Update pygments from 2.13.0 to 2.16.1
pyup-bot Aug 7, 2023
d8e9193
Update pygments from 2.13.0 to 2.16.1
pyup-bot Aug 7, 2023
b71cdda
Update setuptools from 65.6.3 to 68.0.0
pyup-bot Aug 7, 2023
c7427f6
Update setuptools from 65.6.3 to 68.0.0
pyup-bot Aug 7, 2023
66cae1e
Update sqlparse from 0.4.3 to 0.4.4
pyup-bot Aug 7, 2023
c7c277b
Update sqlparse from 0.4.3 to 0.4.4
pyup-bot Aug 7, 2023
e52637a
Update traitlets from 5.8.0 to 5.9.0
pyup-bot Aug 7, 2023
5f0ab94
Update types-markdown from 3.4.2.1 to 3.4.2.10
pyup-bot Aug 7, 2023
1011132
Update types-pytz from 2022.7.0.0 to 2023.3.0.0
pyup-bot Aug 7, 2023
c979c97
Update types-pyyaml from 6.0.12.2 to 6.0.12.11
pyup-bot Aug 7, 2023
22a49eb
Update typing-extensions from 4.4.0 to 4.7.1
pyup-bot Aug 7, 2023
770aede
Update wcwidth from 0.2.5 to 0.2.6
pyup-bot Aug 7, 2023
96b1e8b
Update certifi from 2022.12.7 to 2023.7.22
pyup-bot Aug 7, 2023
fbdfbb0
Update gunicorn from 20.1.0 to 21.2.0
pyup-bot Aug 7, 2023
b717a50
Update markdown from 3.4.1 to 3.4.4
pyup-bot Aug 7, 2023
d190abb
Update sentry-sdk from 1.12.1 to 1.29.2
pyup-bot Aug 7, 2023
9ab212a
Update urllib3 from 1.26.13 to 2.0.4
pyup-bot Aug 7, 2023
d71b58a
Update whitenoise from 6.2.0 to 6.5.0
pyup-bot Aug 7, 2023
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
60 changes: 30 additions & 30 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
-i https://pypi.org/simple
asgiref==3.6.0
asgiref==3.7.2
asttokens==2.2.1
backcall==0.2.0
black==22.12.0
black==23.7.0
cli-helpers[styles]==2.3.0
click==8.1.3
configobj==5.0.6
coverage==7.0.1
click==8.1.6
configobj==5.0.8
coverage==7.2.7
decorator==5.1.1
django==4.1.4
django-debug-toolbar==3.8.1
django-stubs==1.13.1
django-stubs-ext==0.7.0
django==4.2.4
django-debug-toolbar==4.1.0
django-stubs==4.2.3
django-stubs-ext==4.2.2
executing==1.2.0
flake8==6.0.0
ipdb==0.13.11
ipython==8.7.0
isort==5.11.4
jedi==0.18.2
flake8==6.1.0
ipdb==0.13.13
ipython==8.14.0
isort==5.12.0
jedi==0.19.0
litecli==1.9.0
matplotlib-inline==0.1.6
mccabe==0.7.0
mypy==0.991
mypy-extensions==0.4.3
mypy==1.4.1
mypy-extensions==1.0.0
parso==0.8.3
pathspec==0.10.3
pathspec==0.11.2
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==2.6.0
prompt-toolkit==3.0.36
platformdirs==3.10.0
prompt-toolkit==3.0.39
ptyprocess==0.7.0
pure-eval==0.2.2
pycodestyle==2.10.0
pyflakes==3.0.1
pygments==2.13.0
pycodestyle==2.11.0
pyflakes==3.1.0
pygments==2.16.1
pywatchman==1.4.1
setuptools==65.6.3
setuptools==68.0.0
six==1.16.0
sqlparse==0.4.3
sqlparse==0.4.4
stack-data==0.6.2
tabulate[widechars]==0.9.0
toml==0.10.2
tomli==2.0.1
traitlets==5.8.0
types-markdown==3.4.2.1
types-pytz==2022.7.0.0
types-pyyaml==6.0.12.2
typing-extensions==4.4.0
wcwidth==0.2.5
traitlets==5.9.0
types-markdown==3.4.2.10
types-pytz==2023.3.0.0
types-pyyaml==6.0.12.11
typing-extensions==4.7.1
wcwidth==0.2.6
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-i https://pypi.org/simple
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asgiref==3.6.0
certifi==2022.12.7
asgiref==3.7.2
certifi==2023.7.22
cffi==1.15.1
django==4.1.4
gunicorn==20.1.0
markdown==3.4.1
django==4.2.4
gunicorn==21.2.0
markdown==3.4.4
pycparser==2.21
pygments==2.13.0
sentry-sdk==1.12.1
setuptools==65.6.3
sqlparse==0.4.3
urllib3==1.26.13
whitenoise==6.2.0
pygments==2.16.1
sentry-sdk==1.29.2
setuptools==68.0.0
sqlparse==0.4.4
urllib3==2.0.4
whitenoise==6.5.0