Skip to content

Commit 9bc8834

Browse files
authored
Merge pull request #323 from openedx/repo-tools/upgrade-python-requirements-826e797
chore: Upgrade Python requirements
2 parents 826e797 + aae3860 commit 9bc8834

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

requirements/base.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ python-dateutil==2.9.0.post0
111111
# github3-py
112112
pyyaml==6.0.2
113113
# via -r requirements/base.in
114-
redis==5.2.0
114+
redis==5.2.1
115115
# via -r requirements/base.in
116116
requests==2.32.3
117117
# via
@@ -126,11 +126,11 @@ requests-oauthlib==2.0.0
126126
# jira
127127
requests-toolbelt==1.0.0
128128
# via jira
129-
sentry-sdk[flask]==2.19.0
129+
sentry-sdk[flask]==2.19.2
130130
# via -r requirements/base.in
131-
six==1.16.0
131+
six==1.17.0
132132
# via python-dateutil
133-
types-python-dateutil==2.9.0.20241003
133+
types-python-dateutil==2.9.0.20241206
134134
# via arrow
135135
typing-extensions==4.12.2
136136
# via jira

requirements/dev.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ amqp==5.3.1
1010
# via kombu
1111
arrow==1.3.0
1212
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
13-
astroid==3.3.5
13+
astroid==3.3.6
1414
# via
1515
# pylint
1616
# pylint-celery
@@ -70,7 +70,7 @@ click-repl==0.3.0
7070
# via celery
7171
code-annotations==2.0.0
7272
# via edx-lint
73-
coverage[toml]==7.6.8
73+
coverage[toml]==7.6.9
7474
# via pytest-cov
7575
cryptography==44.0.0
7676
# via
@@ -232,7 +232,7 @@ pyyaml==6.0.2
232232
# repo-tools-data-schema
233233
readme-renderer==44.0
234234
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
235-
redis==5.2.0
235+
redis==5.2.1
236236
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
237237
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
238238
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/test.in
@@ -258,9 +258,9 @@ schema==0.7.7
258258
# via repo-tools-data-schema
259259
scriv==1.5.1
260260
# via -r requirements/dev.in
261-
sentry-sdk[flask]==2.19.0
261+
sentry-sdk[flask]==2.19.2
262262
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
263-
six==1.16.0
263+
six==1.17.0
264264
# via
265265
# edx-lint
266266
# python-dateutil
@@ -299,7 +299,7 @@ tomlkit==0.13.2
299299
# via pylint
300300
types-cachetools==5.5.0.20240820
301301
# via -r requirements/dev.in
302-
types-python-dateutil==2.9.0.20241003
302+
types-python-dateutil==2.9.0.20241206
303303
# via arrow
304304
types-pyyaml==6.0.12.20240917
305305
# via -r requirements/dev.in

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ readme-renderer==44.0
3737
# via -r requirements/doc.in
3838
requests==2.32.3
3939
# via sphinx
40-
six==1.16.0
40+
six==1.17.0
4141
# via sphinxcontrib-httpdomain
4242
snowballstemmer==2.2.0
4343
# via sphinx

requirements/test.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ click-plugins==1.1.1
5151
# via celery
5252
click-repl==0.3.0
5353
# via celery
54-
coverage[toml]==7.6.8
54+
coverage[toml]==7.6.9
5555
# via pytest-cov
5656
cryptography==44.0.0
5757
# via
@@ -159,7 +159,7 @@ pyyaml==6.0.2
159159
# repo-tools-data-schema
160160
readme-renderer==44.0
161161
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
162-
redis==5.2.0
162+
redis==5.2.1
163163
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
164164
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
165165
# via -r requirements/test.in
@@ -182,9 +182,9 @@ requests-toolbelt==1.0.0
182182
# via jira
183183
schema==0.7.7
184184
# via repo-tools-data-schema
185-
sentry-sdk[flask]==2.19.0
185+
sentry-sdk[flask]==2.19.2
186186
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
187-
six==1.16.0
187+
six==1.17.0
188188
# via
189189
# python-dateutil
190190
# sphinxcontrib-httpdomain
@@ -214,7 +214,7 @@ sphinxcontrib-qthelp==2.0.0
214214
# via sphinx
215215
sphinxcontrib-serializinghtml==2.0.0
216216
# via sphinx
217-
types-python-dateutil==2.9.0.20241003
217+
types-python-dateutil==2.9.0.20241206
218218
# via arrow
219219
typing-extensions==4.12.2
220220
# via jira

0 commit comments

Comments
 (0)