Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into jenkins/zshkoor/setup-py-updated-3283e79
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Sep 14, 2023
2 parents e5935a1 + 390c712 commit 32c08c5
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
branch: ${{ github.event.inputs.branch || 'main' }}
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
team_reviewers: "openedx-event-sink-clickhouse-maintainers"
# email_address: ""
team_reviewers: "axim-aximprovements"
email_address: "aximimprovements@axim.org"
# send_success_notification: false
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.1
celery==5.3.4
# via -r requirements/base.in
certifi==2023.7.22
# via requests
Expand All @@ -38,7 +38,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -71,7 +71,7 @@ idna==3.4
# via requests
jinja2==3.1.2
# via code-annotations
kombu==5.3.1
kombu==5.3.2
# via celery
markupsafe==2.1.3
# via jinja2
Expand All @@ -93,7 +93,7 @@ python-dateutil==2.8.2
# via celery
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.3
virtualenv==20.24.5
# via tox
24 changes: 16 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ billiard==4.1.0
# via
# -r requirements/quality.txt
# celery
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.1
celery==5.3.4
# via -r requirements/quality.txt
certifi==2023.7.22
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ code-annotations==1.5.0
# -r requirements/quality.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -96,7 +96,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -147,6 +147,10 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand All @@ -160,7 +164,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -265,7 +269,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -282,7 +286,7 @@ python-slugify==8.0.1
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -377,7 +381,7 @@ vine==5.0.0
# amqp
# celery
# kombu
virtualenv==20.24.3
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
Expand All @@ -393,6 +397,10 @@ wrapt==1.15.0
# via
# -r requirements/quality.txt
# astroid
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
26 changes: 12 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.3
# via -r requirements/doc.in
celery==5.3.1
celery==5.3.4
# via -r requirements/test.txt
certifi==2023.7.22
# via
Expand Down Expand Up @@ -75,15 +73,15 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -137,6 +135,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# build
# keyring
# sphinx
# twine
Expand All @@ -159,7 +158,7 @@ jinja2==3.1.2
# sphinx
keyring==24.2.0
# via twine
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/test.txt
# celery
Expand All @@ -177,6 +176,8 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -226,7 +227,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -243,7 +244,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand All @@ -254,7 +255,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -278,11 +279,10 @@ secretstorage==3.3.3
six==1.16.0
# via
# -r requirements/test.txt
# bleach
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down Expand Up @@ -361,8 +361,6 @@ wcwidth==0.2.6
# via
# -r requirements/test.txt
# prompt-toolkit
webencodings==0.5.1
# via bleach
zipp==3.16.2
# via
# importlib-metadata
Expand Down
6 changes: 5 additions & 1 deletion 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.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
celery==5.3.1
celery==5.3.4
# via -r requirements/test.txt
certifi==2023.7.22
# via
Expand Down Expand Up @@ -69,15 +69,15 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -132,7 +132,7 @@ jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -200,7 +200,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -217,7 +217,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
celery==5.3.1
celery==5.3.4
# via -r requirements/base.txt
certifi==2023.7.22
# via
Expand Down Expand Up @@ -61,7 +61,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -109,7 +109,7 @@ jinja2==3.1.2
# via
# -r requirements/base.txt
# code-annotations
kombu==5.3.1
kombu==5.3.2
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -149,7 +149,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -165,7 +165,7 @@ python-slugify==8.0.1
# via
# -r requirements/base.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 32c08c5

Please sign in to comment.