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

Bump flask-session from 0.4.0 to 0.4.1 #42

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 3 additions & 5 deletions requirements/app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ attrs==23.1.0
# aiohttp
# jsonschema
blinker==1.6.2
# via
# flask
# sentry-sdk
# via sentry-sdk
cachelib==0.10.2
# via flask-session
cachetools==5.3.0
Expand All @@ -41,7 +39,7 @@ deprecated==1.2.13
# via limits
discord-py==2.2.2
# via -r requirements/app.in
flask==2.3.1
flask==2.2.4
# via
# -r requirements/app.in
# flask-dotenv
Expand All @@ -64,7 +62,7 @@ flask-redis==0.4.0
# via -r requirements/app.in
flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.4.0
flask-session==0.4.1
# via -r requirements/app.in
frozenlist==1.3.3
# via
Expand Down
8 changes: 3 additions & 5 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ attrs==23.1.0
# aiohttp
# jsonschema
blinker==1.6.2
# via
# flask
# sentry-sdk
# via sentry-sdk
cachelib==0.10.2
# via flask-session
cachetools==5.3.0
Expand All @@ -41,7 +39,7 @@ deprecated==1.2.13
# via limits
discord-py==2.2.2
# via -r requirements/app.in
flask==2.3.1
flask==2.2.4
# via
# -r requirements/app.in
# flask-dotenv
Expand All @@ -64,7 +62,7 @@ flask-redis==0.4.0
# via -r requirements/app.in
flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.4.0
flask-session==0.4.1
# via -r requirements/app.in
frozenlist==1.3.3
# via
Expand Down
16 changes: 2 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ black==23.3.0
blinker==1.6.2
# via
# -r requirements/tests.in
# flask
# sentry-sdk
build==0.10.0
# via pip-tools
Expand Down Expand Up @@ -79,13 +78,11 @@ docutils==0.18.1
# rstcheck-core
# sphinx
# sphinx-tabs
exceptiongroup==1.1.1
# via pytest
filelock==3.12.0
# via
# tox
# virtualenv
flask==2.3.1
flask==2.2.4
# via
# -r requirements/app.in
# flask-dotenv
Expand All @@ -108,7 +105,7 @@ flask-redis==0.4.0
# via -r requirements/app.in
flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.4.0
flask-session==0.4.1
# via -r requirements/app.in
frozenlist==1.3.3
# via
Expand Down Expand Up @@ -277,15 +274,6 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via
# black
# build
# coverage
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.4.2
# via -r requirements/tests.in
typer[all]==0.7.0
Expand Down
8 changes: 3 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ attrs==23.1.0
babel==2.12.1
# via sphinx
blinker==1.6.2
# via
# flask
# sentry-sdk
# via sentry-sdk
cachelib==0.10.2
# via flask-session
cachetools==5.3.0
Expand Down Expand Up @@ -56,7 +54,7 @@ docutils==0.18.1
# rstcheck-core
# sphinx
# sphinx-tabs
flask==2.3.1
flask==2.2.4
# via
# -r requirements/app.in
# flask-dotenv
Expand All @@ -79,7 +77,7 @@ flask-redis==0.4.0
# via -r requirements/app.in
flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.4.0
flask-session==0.4.1
# via -r requirements/app.in
frozenlist==1.3.3
# via
Expand Down
13 changes: 2 additions & 11 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ attrs==23.1.0
blinker==1.6.2
# via
# -r requirements/tests.in
# flask
# sentry-sdk
cachelib==0.10.2
# via flask-session
Expand Down Expand Up @@ -58,13 +57,11 @@ discord-py==2.2.2
# via -r requirements/app.in
distlib==0.3.6
# via virtualenv
exceptiongroup==1.1.1
# via pytest
filelock==3.12.0
# via
# tox
# virtualenv
flask==2.3.1
flask==2.2.4
# via
# -r requirements/app.in
# flask-dotenv
Expand All @@ -87,7 +84,7 @@ flask-redis==0.4.0
# via -r requirements/app.in
flask-script==2.0.6
# via -r requirements/app.in
flask-session==0.4.0
flask-session==0.4.1
# via -r requirements/app.in
frozenlist==1.3.3
# via
Expand Down Expand Up @@ -200,12 +197,6 @@ six==1.16.0
# google-auth
# kubernetes
# python-dateutil
tomli==2.0.1
# via
# coverage
# pyproject-api
# pytest
# tox
tox==4.4.2
# via -r requirements/tests.in
typing-extensions==4.5.0
Expand Down