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

fix: bump ora2 to fix uploads #693

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
chore: recompile requirements with py38
  • Loading branch information
viadanna committed Oct 9, 2024
commit 03b6684c2727370fe7411b8c000c9a82cce6cd59
6 changes: 5 additions & 1 deletion requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
@@ -22,6 +22,8 @@ cycler==0.12.1
# via matplotlib
fonttools==4.51.0
# via matplotlib
importlib-resources==6.4.5
# via matplotlib
joblib==1.4.2
# via nltk
kiwisolver==1.4.5
@@ -87,3 +89,5 @@ sympy==1.12
# openedx-calc
tqdm==4.66.4
# via nltk
zipp==3.20.2
# via importlib-resources
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
39 changes: 35 additions & 4 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
@@ -33,6 +33,10 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.2.0
# via
# -r requirements/edx/kernel.in
@@ -51,6 +55,14 @@ babel==2.15.0
# enmerkar-underscore
backoff==1.10.0
# via analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/edx/../constraints.txt
# celery
# django
# edx-milestones
# icalendar
# kombu
beautifulsoup4==4.12.3
# via pynliner
billiard==4.2.0
@@ -601,7 +613,14 @@ idna==3.7
# snowflake-connector-python
# yarl
importlib-metadata==8.5.0
# via -r requirements/edx/bundled.in
# via
# -r requirements/edx/bundled.in
# markdown
importlib-resources==5.13.0
# via
# jsonschema
# jsonschema-specifications
# pycountry
inflection==0.5.1
# via
# drf-spectacular
@@ -824,6 +843,8 @@ pillow==10.3.0
# edx-enterprise
# edx-organizations
# edxval
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.1
# via snowflake-connector-python
polib==1.2.0
@@ -937,6 +958,7 @@ python3-saml==1.16.0
pytz==2024.1
# via
# -r requirements/edx/kernel.in
# babel
# django-ses
# djangorestframework
# drf-yasg
@@ -1131,15 +1153,21 @@ tqdm==4.66.4
typing-extensions==4.11.0
# via
# -r requirements/edx/paver.txt
# annotated-types
# asgiref
# django-countries
# drf-spectacular
# edx-opaque-keys
# jwcrypto
# kombu
# pydantic
# pydantic-core
# pylti1p3
# snowflake-connector-python
tzdata==2024.1
# via celery
# via
# backports-zoneinfo
# celery
unicodecsv==0.14.1
# via
# -r requirements/edx/kernel.in
@@ -1157,6 +1185,7 @@ urllib3==1.26.18
# elasticsearch
# py2neo
# requests
# snowflake-connector-python
user-util==1.1.0
# via -r requirements/edx/kernel.in
vine==5.1.0
@@ -1224,7 +1253,9 @@ xss-utils==0.6.0
yarl==1.9.4
# via aiohttp
zipp==3.20.2
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
73 changes: 70 additions & 3 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
@@ -82,6 +82,12 @@ astroid==2.13.5
# -r requirements/edx/testing.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# aiohttp
# redis
attrs==23.2.0
# via
# -r requirements/edx/doc.txt
@@ -107,6 +113,16 @@ backoff==1.10.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# celery
# django
# edx-milestones
# icalendar
# kombu
beautifulsoup4==4.12.3
# via
# -r requirements/edx/doc.txt
@@ -884,6 +900,11 @@ event-tracking==2.4.0
# edx-completion
# edx-proctoring
# edx-search
exceptiongroup==1.2.2
# via
# -r requirements/edx/testing.txt
# anyio
# pytest
execnet==2.1.1
# via
# -r requirements/edx/testing.txt
@@ -1013,8 +1034,20 @@ import-linter==2.0
# via -r requirements/edx/testing.txt
importlib-metadata==8.5.0
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# build
# markdown
# pytest-randomly
# sphinx
importlib-resources==5.13.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# jsonschema
# jsonschema-specifications
# pycountry
inflection==0.5.1
# via
# -r requirements/edx/doc.txt
@@ -1413,6 +1446,11 @@ pillow==10.3.0
# edxval
pip-tools==7.4.1
# via -r requirements/edx/../pip-tools.txt
pkgutil-resolve-name==1.3.10
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# jsonschema
platformdirs==4.2.1
# via
# -r requirements/edx/doc.txt
@@ -1691,6 +1729,7 @@ pytz==2024.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# babel
# django-ses
# djangorestframework
# drf-yasg
@@ -2035,8 +2074,21 @@ tinycss2==1.2.1
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# bleach
tomli==2.0.1
# via django-stubs
tomli==2.0.2
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/testing.txt
# build
# coverage
# django-stubs
# import-linter
# mypy
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
# vulture
tomlkit==0.12.5
# via
# -r requirements/edx/doc.txt
@@ -2069,26 +2121,38 @@ typing-extensions==4.11.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# annotated-types
# anyio
# asgiref
# astroid
# django-countries
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# drf-spectacular
# edx-opaque-keys
# fastapi
# grimp
# import-linter
# jwcrypto
# kombu
# mypy
# pact-python
# pydantic
# pydantic-core
# pydata-sphinx-theme
# pylint
# pylti1p3
# rich
# snowflake-connector-python
# starlette
# typer
# uvicorn
tzdata==2024.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# backports-zoneinfo
# celery
ujson==5.9.0
# via
@@ -2117,6 +2181,7 @@ urllib3==1.26.18
# elasticsearch
# py2neo
# requests
# snowflake-connector-python
user-util==1.1.0
# via
# -r requirements/edx/doc.txt
@@ -2254,9 +2319,11 @@ yarl==1.9.4
# pact-python
zipp==3.20.2
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# importlib-metadata
# importlib-resources

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