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

Commit bd268b6

Browse files
edx-requirements-botnsprenkle
authored andcommitted
chore: Updating Python Requirements
1 parent 122a5e0 commit bd268b6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ paramiko==3.0.0
108108
# docker
109109
pexpect==4.8.0
110110
# via -r requirements/test.txt
111-
pip-tools==6.12.1
111+
pip-tools==6.12.2
112112
# via -r requirements/pip-tools.txt
113113
platformdirs==2.6.2
114114
# via virtualenv

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ sphinxcontrib-applehelp==1.0.4
146146
# via sphinx
147147
sphinxcontrib-devhelp==1.0.2
148148
# via sphinx
149-
sphinxcontrib-htmlhelp==2.0.0
149+
sphinxcontrib-htmlhelp==2.0.1
150150
# via sphinx
151151
sphinxcontrib-jsmath==1.0.1
152152
# via sphinx
@@ -174,7 +174,7 @@ websocket-client==0.59.0
174174
# -r requirements/base.txt
175175
# docker
176176
# docker-compose
177-
zipp==3.11.0
177+
zipp==3.12.0
178178
# via importlib-metadata
179179

180180
# The following packages are considered to be unsafe in a requirements file:

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.1.3
1010
# via pip-tools
1111
packaging==23.0
1212
# via build
13-
pip-tools==6.12.1
13+
pip-tools==6.12.2
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.0.0
1616
# via build

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# make upgrade
66
#
7-
pip==22.3.1
7+
pip==23.0
88
# via -r requirements/pip.in
9-
setuptools==66.1.1
9+
setuptools==67.0.0
1010
# via -r requirements/pip.in
1111
wheel==0.38.4
1212
# via -r requirements/pip.in

0 commit comments

Comments
 (0)