Skip to content

Commit

Permalink
version: Update Poetry locks
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed May 3, 2024
1 parent 3c47db4 commit 03507ad
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.14
FROM python:3.9.15
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
4 changes: 2 additions & 2 deletions mitxpro/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<body class="{% block bodyclass %}{% endblock %}">
<div class="main-panel">
{% include "partials/gtm_body.html" %}
{# Site-wide notifications should not show up on the ecommerce bulk pages
#}
<!-- prettier-ignore -->
{# Site-wide notifications should not show up on the ecommerce bulk pages #}
{% if not request.path|startswith:'/ecommerce/bulk/,/certificate/' %}
{% latest_notification %}
{% endif %}
Expand Down
66 changes: 33 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ packages = []
[tool.poetry.dependencies]
python = "3.9.15"

Pillow = "10.3.0"
PyNaCl = "1.3.0"
beautifulsoup4 = "4.8.2"
boto3 = "1.34.96"
celery = "5.3.6"
Expand All @@ -20,69 +22,67 @@ django-anymail = { version = "8.6", extras = ["mailgun"] }
django-filter = "^23.4"
django-hijack = "3.4.5"
django-ipware = "3.0.7"
django-oauth-toolkit = "1.7.1"
django-redis = "5.0.0"
django-robots = "6.0.0"
django-silk = "^5.0.3"
django-webpack-loader = "0.7.0"
django-oauth-toolkit = "1.7.1"
django-storages = "1.14.2"
django-user-agents = "0.4.0"
django-webpack-loader = "0.7.0"
djangorestframework = "3.15.1"
edx-api-client = "1.7.0"
django-storages = "1.14.2"
drf-flex-fields = "0.9.9"
edx-api-client = "1.7.0"
flaky = "3.7.0"
google-api-python-client = "1.7.11"
google-auth = "1.6.3"
hubspot-api-client = "^6.1.0"
ipython = "^8.10.0"
mitol-django-authentication = "2023.12.19"
mitol-django-common = "2023.12.19"
mitol-django-digital-credentials = "2023.12.19"
mitol-django-hubspot-api = { version = "2023.12.19", extras = [] }
mitol-django-mail = "2023.12.19"
mitol-django-oauth-toolkit-extensions = "2023.12.19.1"
mitol-django-authentication = "2023.12.19"
newrelic = "^8.4.0"
pdftotext = "^2.1.1"
Pillow = "10.3.0"
psycopg2 = "2.8.4"
pycountry = "19.7.15"
pygsheets = "2.0.2"
PyNaCl = "1.3.0"
redis = "4.4.4"
requests = "^2.31.0"
sentry-sdk = "^1.22.0"
social-auth-app-django = "^5.4.0"
ulid-py = "^1.1.0"
ua-parser = "0.8.0"
ulid-py = "^1.1.0"
user-agents = "2.0"
user-util = "0.1.5"
uwsgi = "2.0.25.1"
wagtail = "5.2.4"
wagtail-metadata = "5.0.0"
zeep = "3.4.0"
flaky = "3.7.0"
xmltodict = "^0.13.0"
zeep = "3.4.0"

[tool.poetry.group.dev.dependencies]
bpython = "*"
django-debug-toolbar = "*"
factory-boy = "3.3.0"
faker = "13.16.0"
freezegun = "0.3.15"
hypothesis = "4.23.4"
ipdb = "*"
nplusone = ">=0.8.1"
pdbpp = "*"
hypothesis = "4.23.4"
pytest = "^7.4.4"
pytest-cov = ">=2.6.1"
pytest-django = "*"
pytest-env = "*"
pytest-mock = "*"
pytest-lazy-fixture = "0.6.3"
pytest-mock = "*"
responses = "*"
ruff = "^0.4.0"
safety = "*"
semantic-version = "*"
wagtail-factories = "*"
ruff = "^0.4.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 03507ad

Please sign in to comment.