Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #227 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-932ccd9

Python Requirements Update
  • Loading branch information
Feanil Patel authored Sep 13, 2023
2 parents 983aeab + e3b8303 commit 3915226
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 54 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.25
boto3==1.28.44
# via fs-s3fs
botocore==1.31.25
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -45,13 +45,13 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
simplejson==3.19.1
# via -r requirements/base.in
Expand Down
10 changes: 6 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,9 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
53 changes: 29 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,18 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.25
boto3==1.28.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.25
botocore==1.31.44
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -56,7 +52,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -87,7 +83,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -r requirements/test.txt
# openedx-django-pyfs
Expand All @@ -98,11 +94,11 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -122,6 +118,10 @@ idna==3.4
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -180,6 +180,10 @@ needle==0.5.0
# via
# -r requirements/test.txt
# bok-choy
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
nose==1.3.7
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -212,7 +216,7 @@ platformdirs==3.10.0
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -257,7 +261,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -274,7 +278,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand All @@ -285,7 +289,7 @@ pyyaml==6.0.1
# code-annotations
# cookiecutter
# xblock
readme-renderer==40.0
readme-renderer==42.0
# via -r requirements/test.txt
requests==2.31.0
# via
Expand All @@ -296,7 +300,7 @@ rich==13.5.2
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -313,7 +317,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# bleach
# bok-choy
# edx-lint
# fs
Expand Down Expand Up @@ -351,21 +354,23 @@ tox==3.28.0
# via
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==1.26.16
# via
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.3
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
Expand All @@ -374,16 +379,12 @@ web-fragments==2.1.0
# -r requirements/test.txt
# xblock
# xblock-sdk
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
webob==1.8.7
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
wheel==0.41.1
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -397,6 +398,10 @@ xblock[django]==1.7.0
# xblock-sdk
xblock-sdk==0.7.0
# via -r requirements/test.txt
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ pygments==2.16.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
six==1.16.0
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
10 changes: 7 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.2.0
# via -r requirements/pip.in
Loading

0 comments on commit 3915226

Please sign in to comment.