Skip to content

Commit

Permalink
chore: Updating Python Requirements (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 13, 2023
1 parent a9a627f commit 0bc883e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
6 changes: 3 additions & 3 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
alembic==1.9.2
alembic==1.9.3
# via dataset
banal==1.0.6
# via dataset
Expand All @@ -30,7 +30,7 @@ markupsafe==2.1.2
# via mako
matplotlib==3.6.3
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.1
numpy==1.24.2
# via
# contourpy
# matplotlib
Expand All @@ -55,7 +55,7 @@ sqlalchemy==1.4.46
# via
# alembic
# dataset
zipp==3.12.0
zipp==3.12.1
# via
# importlib-metadata
# importlib-resources
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.3
# moreorless
constantly==15.1.0
# via twisted
cryptography==39.0.0
cryptography==39.0.1
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -102,7 +102,7 @@ moreorless==0.4.0
# via bowler
msgpack==1.0.4
# via cachecontrol
numpy==1.24.1
numpy==1.24.2
# via -r requirements/base.in
oauthlib==3.2.2
# via requests-oauthlib
Expand All @@ -120,7 +120,7 @@ path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==2.6.2
platformdirs==3.0.0
# via virtualenv
pluggy==1.0.0
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ pytest==7.2.1
# pytest-xdist
pytest-logging==2015.11.4
# via -r requirements/base.in
pytest-xdist==3.1.0
pytest-xdist==3.2.0
# via -r requirements/base.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ ruamel-yaml==0.17.21
# via -r requirements/base.in
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scrapy==2.7.1
scrapy==2.8.0
# via -r requirements/base.in
service-identity==21.1.0
# via scrapy
Expand Down Expand Up @@ -226,7 +226,7 @@ urllib3==1.26.14
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.17.1
virtualenv==20.19.0
# via tox
volatile==2.1.0
# via bowler
Expand Down
16 changes: 8 additions & 8 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ constantly==15.1.0
# via
# -r requirements/base.txt
# twisted
cryptography==39.0.0
cryptography==39.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -173,7 +173,7 @@ msgpack==1.0.4
# via
# -r requirements/base.txt
# cachecontrol
numpy==1.24.1
numpy==1.24.2
# via -r requirements/base.txt
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ pep8==1.7.1
# via -r requirements/development.in
pip-tools==6.12.2
# via -r requirements/development.in
platformdirs==2.6.2
platformdirs==3.0.0
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -243,7 +243,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements/base.txt
# github3-py
pylint==2.16.0
pylint==2.16.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -273,7 +273,7 @@ pytest-logging==2015.11.4
# via -r requirements/base.txt
pytest-mock==3.10.0
# via -r requirements/development.in
pytest-xdist==3.1.0
pytest-xdist==3.2.0
# via -r requirements/base.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -322,7 +322,7 @@ ruamel-yaml-clib==0.2.7
# via
# -r requirements/base.txt
# ruamel-yaml
scrapy==2.7.1
scrapy==2.8.0
# via -r requirements/base.txt
service-identity==21.1.0
# via
Expand Down Expand Up @@ -379,7 +379,7 @@ twisted==22.10.0
# via
# -r requirements/base.txt
# scrapy
types-toml==0.10.8.1
types-toml==0.10.8.3
# via responses
typing-extensions==4.4.0
# via
Expand All @@ -398,7 +398,7 @@ urllib3==1.26.14
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.17.1
virtualenv==20.19.0
# via
# -r requirements/base.txt
# tox
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
#
# make upgrade
#
wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
setuptools==59.8.0
# via -r requirements/pip.in
wheel==0.37.1
# via -r requirements/pip.in

0 comments on commit 0bc883e

Please sign in to comment.