Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit a919717

Browse files
chore: Updating Python Requirements (#1005)
1 parent df03d0a commit a919717

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ idna==3.4
3232
# via requests
3333
jsonschema==3.2.0
3434
# via docker-compose
35-
packaging==22.0
35+
packaging==23.0
3636
# via docker
3737
paramiko==2.12.0
3838
# via docker

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ idna==3.4
8383
# -r requirements/base.txt
8484
# -r requirements/test.txt
8585
# requests
86-
iniconfig==1.1.1
86+
iniconfig==2.0.0
8787
# via
8888
# -r requirements/test.txt
8989
# pytest
@@ -92,7 +92,7 @@ jsonschema==3.2.0
9292
# -r requirements/base.txt
9393
# -r requirements/test.txt
9494
# docker-compose
95-
packaging==22.0
95+
packaging==23.0
9696
# via
9797
# -r requirements/base.txt
9898
# -r requirements/pip-tools.txt

requirements/doc.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jsonschema==3.2.0
7979
# docker-compose
8080
markupsafe==2.1.1
8181
# via jinja2
82-
packaging==22.0
82+
packaging==23.0
8383
# via
8484
# -r requirements/base.txt
8585
# docker
@@ -138,11 +138,12 @@ six==1.16.0
138138
# websocket-client
139139
snowballstemmer==2.2.0
140140
# via sphinx
141-
sphinx==6.0.0
141+
sphinx==5.3.0
142142
# via
143+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
143144
# -r requirements/doc.in
144145
# edx-sphinx-theme
145-
sphinxcontrib-applehelp==1.0.2
146+
sphinxcontrib-applehelp==1.0.3
146147
# via sphinx
147148
sphinxcontrib-devhelp==1.0.2
148149
# via sphinx

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==0.9.0
88
# via pip-tools
99
click==8.1.3
1010
# via pip-tools
11-
packaging==22.0
11+
packaging==23.0
1212
# via build
1313
pep517==0.13.0
1414
# via build

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.38.4
8-
# via -r requirements/pip.in
9-
10-
# The following packages are considered to be unsafe in a requirements file:
117
pip==22.3.1
128
# via -r requirements/pip.in
139
setuptools==59.8.0
1410
# via
1511
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1612
# -r requirements/pip.in
13+
wheel==0.38.4
14+
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ idna==3.4
5454
# via
5555
# -r requirements/base.txt
5656
# requests
57-
iniconfig==1.1.1
57+
iniconfig==2.0.0
5858
# via pytest
5959
jsonschema==3.2.0
6060
# via
6161
# -r requirements/base.txt
6262
# docker-compose
63-
packaging==22.0
63+
packaging==23.0
6464
# via
6565
# -r requirements/base.txt
6666
# docker

0 commit comments

Comments
 (0)