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

build(deps): bump urllib3 from 1.26.17 to 1.26.18 in /requirements #204

Closed
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
33 changes: 10 additions & 23 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.1.0
# via celery
boto3==1.28.62
Expand Down Expand Up @@ -45,7 +41,7 @@ click-repl==0.3.0
# via celery
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -c common_constraints.txt
# django-crum
# django-model-utils
# django-waffle
Expand All @@ -70,7 +66,7 @@ django-waffle==4.0.0
djangorestframework==3.14.0
# via super-csv
edx-bulk-grades==1.0.2
# via -r requirements/base.in
# via -r base.in
edx-celeryutils==1.2.3
# via super-csv
edx-django-utils==5.7.0
Expand All @@ -86,8 +82,6 @@ fs-s3fs==1.1.1
# via openedx-django-pyfs
idna==3.4
# via requests
importlib-metadata==6.8.0
# via markdown
jmespath==1.0.1
# via
# boto3
Expand All @@ -105,7 +99,7 @@ mako==1.2.4
# xblock
# xblock-utils
markdown==3.5
# via -r requirements/base.in
# via -r base.in
markupsafe==2.1.3
# via
# mako
Expand All @@ -117,7 +111,7 @@ openedx-django-pyfs==3.4.0
path==16.7.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
# via -r base.in
pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.39
Expand Down Expand Up @@ -169,15 +163,10 @@ stevedore==5.1.0
super-csv==3.1.0
# via edx-bulk-grades
typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
# kombu
# via edx-opaque-keys
tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==1.26.17
# via celery
urllib3==1.26.18
# via
# botocore
# requests
Expand All @@ -190,19 +179,17 @@ wcwidth==0.2.8
# via prompt-toolkit
web-fragments==2.1.0
# via
# -r requirements/base.in
# -r base.in
# xblock
# xblock-utils
webob==1.8.7
# via xblock
xblock[django]==1.8.1
# via
# -r requirements/base.in
# -r base.in
# xblock-utils
xblock-utils==4.0.0
# via -r requirements/base.in
zipp==3.17.0
# via importlib-metadata
# via -r base.in

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