Skip to content

Commit

Permalink
Merge pull request #14 from uktrade/dependabot
Browse files Browse the repository at this point in the history
Apply Dependabot Patches
  • Loading branch information
shehzadashiq authored Dec 2, 2024
2 parents e1d89d9 + 64e8793 commit ecc5754
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# Mac File
.DS_Store
15 changes: 8 additions & 7 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
uwsgi
requests
boto3
flask-caching
uwsgi
requests
flask-caching

# Pinning dependabot update
certifi==2024.7.4
flask>=2.2.1
# Pinning dependabot update
certifi>=2024.7.4
flask>=2.2.1
boto3>=1.35.70
urllib3>=2.2.2
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
blinker==1.6.3
# via flask
boto3==1.28.69
boto3==1.35.72
# via -r requirements.in
botocore==1.31.69
botocore==1.35.72
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -46,12 +46,13 @@ python-dateutil==2.8.2
# via botocore
requests==2.31.0
# via -r requirements.in
s3transfer==0.7.0
s3transfer==0.10.4
# via boto3
six==1.16.0
# via python-dateutil
urllib3==2.0.7
urllib3==2.2.3
# via
# -r requirements.in
# botocore
# requests
uwsgi==2.0.22
Expand Down

0 comments on commit ecc5754

Please sign in to comment.