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

Commit

Permalink
Merge pull request #41 from djangocon/dependabot/pip/bin/idna-3.7
Browse files Browse the repository at this point in the history
Bump idna from 3.6 to 3.7 in /bin
  • Loading branch information
drewbrew authored Apr 29, 2024
2 parents e965d0f + c91ecba commit 8703eff
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions bin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ annotated-types==0.6.0
# via pydantic
billiard==4.2.0
# via celery
celery==5.3.6
celery[redis]==5.3.6
# via -r requirements.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
Expand All @@ -29,22 +30,27 @@ click-plugins==1.1.1
click-repl==0.3.0
# via celery
dateutils==0.6.12
# via -r requirements.in
greenlet==3.0.3
# via playwright
idna==3.6
idna==3.7
# via requests
inflection==0.5.1
# via -r requirements.in
kombu==5.3.5
# via celery
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
playwright==1.41.1
# via shot-scraper
# via
# -r requirements.in
# shot-scraper
prompt-toolkit==3.0.43
# via click-repl
pydantic==2.6.1
# via -r requirements.in
pydantic-core==2.16.2
# via pydantic
pyee==11.0.1
Expand All @@ -56,7 +62,9 @@ python-dateutil==2.8.2
# celery
# dateutils
python-frontmatter==1.1.0
# via -r requirements.in
python-slugify==8.0.3
# via -r requirements.in
pytz==2024.1
# via dateutils
pyyaml==6.0.1
Expand All @@ -66,13 +74,17 @@ pyyaml==6.0.1
redis==5.0.1
# via celery
requests==2.31.0
# via -r requirements.in
rich==13.7.0
# via -r requirements.in
shot-scraper==1.4
# via -r requirements.in
six==1.16.0
# via python-dateutil
text-unidecode==1.3
# via python-slugify
typer==0.9.0
# via -r requirements.in
typing-extensions==4.9.0
# via
# pydantic
Expand Down

0 comments on commit 8703eff

Please sign in to comment.