Skip to content

Commit

Permalink
Upgrade requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjp93 committed Oct 13, 2024
1 parent a90ba76 commit f9540ca
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.12.2
ARG PYTHON_VERSION=3.13.0
FROM python:${PYTHON_VERSION}-alpine3.19
ENV PYTHONUNBUFFERED=1

Expand Down
2 changes: 1 addition & 1 deletion docker/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.2-alpine3.19
FROM python:3.13.0-alpine3.19
ENV PYTHONUNBUFFERED=1
ENV PYTHONFAULTHANDLER=1
WORKDIR /code
Expand Down
99 changes: 51 additions & 48 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# uv pip compile requirements.in -o requirements.txt
amqp==5.2.0
# via kombu
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.6.0
# via
# httpx
# openai
Expand All @@ -16,25 +16,24 @@ asgiref==3.8.1
# django-stubs
asttokens==2.4.1
# via stack-data
attrs==23.2.0
attrs==24.2.0
# via hypothesis
beautifulsoup4==4.12.3
# via django-cotton
billiard==4.2.0
billiard==4.2.1
# via celery
boto3==1.34.69
botocore==1.34.69
boto3==1.35.39
botocore==1.35.39
# via
# boto3
# s3transfer
celery==5.3.6
certifi==2024.2.2
celery==5.4.0
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
# sentry-sdk
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -52,8 +51,8 @@ decorator==5.1.1
# via ipython
distro==1.9.0
# via openai
dj-database-url==2.1.0
django==5.1.1
dj-database-url==2.2.0
django==5.1.2
# via
# dj-database-url
# django-cors-headers
Expand All @@ -67,44 +66,46 @@ django==5.1.1
# django-stubs
# django-stubs-ext
# djangorestframework
django-cors-headers==4.3.1
django-cotton==1.0.3
django-debug-toolbar==4.4.2
django-cors-headers==4.5.0
django-cotton==1.2.0
django-debug-toolbar==4.4.6
django-extensions==3.2.3
django-filter==24.1
django-htmx==1.18.0
django-filter==24.3
django-htmx==1.19.0
django-redis==5.4.0
django-storages==1.14.2
django-stubs==5.0.4
django-stubs-ext==5.0.4
django-storages==1.14.4
django-stubs==5.1.0
django-stubs-ext==5.1.0
# via django-stubs
djangorestframework==3.15.1
djangorestframework==3.15.2
executing==2.1.0
# via stack-data
factory-boy==3.3.0
faker==24.3.0
factory-boy==3.3.1
faker==30.3.0
# via factory-boy
gunicorn==23.0.0
h11==0.14.0
# via httpcore
httpcore==1.0.4
httpcore==1.0.6
# via httpx
httpx==0.27.0
httpx==0.27.2
# via openai
hypothesis==6.99.12
idna==3.6
hypothesis==6.115.0
idna==3.10
# via
# anyio
# httpx
# requests
ipython==8.28.0
jedi==0.19.1
# via ipython
jiter==0.6.1
# via openai
jmespath==1.0.1
# via
# boto3
# botocore
kombu==5.3.5
kombu==5.4.2
# via celery
lolwrapper @ git+https://github.com/brianjp93/lolapi.git@a1d711ea453d27cc65a94a4c48287af976e94457
matplotlib-inline==0.1.7
Expand All @@ -113,28 +114,28 @@ mypy==1.11.2
# via django-stubs
mypy-extensions==1.0.0
# via mypy
openai==1.14.2
packaging==24.0
openai==1.51.2
packaging==24.1
# via gunicorn
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
prompt-toolkit==3.0.43
pillow==10.4.0
prompt-toolkit==3.0.48
# via
# click-repl
# ipython
psycopg==3.1.18
psycopg-binary==3.1.18
psycopg==3.2.3
psycopg-binary==3.2.3
# via psycopg
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pydantic==2.6.4
pydantic==2.9.2
# via openai
pydantic-core==2.16.3
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via ipython
Expand All @@ -145,16 +146,16 @@ python-dateutil==2.9.0.post0
# celery
# faker
python-decouple==3.8
pytz==2024.1
pytz==2024.2
redis==4.6.0
# via
# celery
# django-redis
requests==2.31.0
requests==2.32.3
# via lolwrapper
s3transfer==0.10.1
s3transfer==0.10.3
# via boto3
sentry-sdk==1.43.0
sentry-sdk==2.16.0
six==1.16.0
# via
# asttokens
Expand All @@ -166,35 +167,37 @@ sniffio==1.3.1
# openai
sortedcontainers==2.4.0
# via hypothesis
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.4.4
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
stack-data==0.6.3
# via ipython
tqdm==4.66.2
tqdm==4.66.5
# via openai
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
types-pyyaml==6.0.12.20240311
types-pyyaml==6.0.12.20240917
# via django-stubs
typing-extensions==4.12.2
# via
# dj-database-url
# django-stubs
# django-stubs-ext
# faker
# mypy
# openai
# psycopg
# pydantic
# pydantic-core
tzdata==2024.1
# via celery
urllib3==2.2.1
tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion templates/cotton/player/favorites_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div x-show="open" style="display: none;" class="w-full min-w-[200px] bg-gray-800 rounded p-3 flex flex-col gap-y-2">
{% for summoner in favorites_list %}
<c-player.live-dot region="summoner.region" puuid="summoner.puuid" offset="left-[-10px] top-[-5px]">
<c-player.live-dot :region="summoner.region" :puuid="summoner.puuid" offset="left-[-10px] top-[-5px]">
<div class="whitespace-nowrap text-ellipsis overflow-hidden w-full text-sm">
<a href="{{ summoner.get_puuid_url }}" class="w-full">
{{ summoner.get_name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/cotton/player/summoner_block.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="col-span-2 row-span-2">
<c-tooltip>
{% if live_dot %}
<c-player.live-dot region="match.region" puuid="participant.puuid">
<c-player.live-dot :region="match.region" :puuid="participant.puuid">
<div class="relative">
{% if participant.champion.image.file_40 %}
<img src="{{ participant.champion.image.file_40.url }}"
Expand Down
2 changes: 1 addition & 1 deletion templates/layout/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>
<div class="ml-auto items-center content-center flex">
{% if request.user.is_authenticated %}
<c-player.favorites-list name="request.user.email" />
<c-player.favorites-list :name="request.user.email" />
<form action="{% url 'player:logout-view' %}" method="POST">
{% csrf_token %}
<button class="btn btn-link" type="submit">Logout</button>
Expand Down

0 comments on commit f9540ca

Please sign in to comment.