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 pillow from 9.1.0 to 9.1.1 in /hymaintenance/requirements #489

Open
wants to merge 2 commits into
base: master
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
16 changes: 8 additions & 8 deletions hymaintenance/requirements/develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile hymaintenance/requirements/develop.in
#
asgiref==3.5.1
asgiref==3.5.2
# via django
asttokens==2.0.5
# via stack-data
backcall==0.2.0
# via ipython
black==22.3.0
# via -r hymaintenance/requirements/lint.in
certifi==2021.10.8
certifi==2022.6.15
# via sentry-sdk
click==8.1.3
# via black
coverage==6.3.3
coverage==6.4.1
# via -r hymaintenance/requirements/develop.in
decorator==5.1.1
# via ipython
Expand All @@ -33,13 +33,13 @@ executing==0.8.3
# via stack-data
factory-boy==3.2.1
# via -r hymaintenance/requirements/develop.in
faker==13.11.1
faker==13.13.0
# via factory-boy
flake8==4.0.1
# via -r hymaintenance/requirements/lint.in
freezegun==1.2.1
# via -r hymaintenance/requirements/develop.in
ipython==8.3.0
ipython==8.4.0
# via -r hymaintenance/requirements/requirements.in
isort==5.10.1
# via -r hymaintenance/requirements/lint.in
Expand All @@ -59,7 +59,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.1.0
pillow==9.1.1
# via -r hymaintenance/requirements/requirements.in
platformdirs==2.5.2
# via black
Expand Down Expand Up @@ -94,13 +94,13 @@ sqlparse==0.4.2
# via
# django
# django-debug-toolbar
stack-data==0.2.0
stack-data==0.3.0
# via ipython
tblib==1.7.0
# via -r hymaintenance/requirements/develop.in
tomli==2.0.1
# via black
traitlets==5.2.0
traitlets==5.3.0
# via
# ipython
# matplotlib-inline
Expand Down
12 changes: 6 additions & 6 deletions hymaintenance/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile hymaintenance/requirements/requirements.in
#
asgiref==3.5.1
asgiref==3.5.2
# via django
asttokens==2.0.5
# via stack-data
backcall==0.2.0
# via ipython
certifi==2021.10.8
certifi==2022.6.15
# via sentry-sdk
decorator==5.1.1
# via ipython
Expand All @@ -22,7 +22,7 @@ django-extensions==3.1.5
# via -r hymaintenance/requirements/requirements.in
executing==0.8.3
# via stack-data
ipython==8.3.0
ipython==8.4.0
# via -r hymaintenance/requirements/requirements.in
jedi==0.18.1
# via ipython
Expand All @@ -34,7 +34,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.1.0
pillow==9.1.1
# via -r hymaintenance/requirements/requirements.in
prompt-toolkit==3.0.29
# via ipython
Expand All @@ -58,9 +58,9 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.2
# via django
stack-data==0.2.0
stack-data==0.3.0
# via ipython
traitlets==5.2.0
traitlets==5.3.0
# via
# ipython
# matplotlib-inline
Expand Down