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

Python Requirements Update #272

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.1.0
faker==22.2.0
# via factory-boy
filelock==3.13.1
# via
Expand Down Expand Up @@ -163,13 +163,13 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
# via twine
kombu==5.3.4
kombu==5.3.5
# via celery
lxml==5.1.0
# via
Expand All @@ -192,7 +192,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.1.0
faker==22.2.0
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
Expand All @@ -132,11 +132,11 @@ importlib-metadata==7.0.1
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# sphinx
kombu==5.3.4
kombu==5.3.5
# via celery
lxml==5.1.0
# via xblock
Expand All @@ -149,7 +149,7 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
packaging==23.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.1.0
faker==22.2.0
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
Expand All @@ -144,11 +144,11 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
keyring==24.3.0
# via twine
kombu==5.3.4
kombu==5.3.5
# via celery
lxml==5.1.0
# via xblock
Expand All @@ -169,7 +169,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.1.0
faker==22.2.0
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
Expand All @@ -108,9 +108,9 @@ idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
kombu==5.3.4
kombu==5.3.5
# via celery
lxml==5.1.0
# via xblock
Expand All @@ -123,7 +123,7 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
packaging==23.2
# via pytest
Expand Down
Loading