Skip to content

Commit

Permalink
Merge pull request #20 from Crown-Commercial-Service/upgrade-flask-to…
Browse files Browse the repository at this point in the history
…-v2.3

Update flask requirement to v2.3
  • Loading branch information
tim-s-ccs authored May 15, 2024
2 parents bb4db8d + ca97dc5 commit eaf2233
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Records breaking changes from major version bumps.

## 2.4.0

Update flask support to v2.2
Remove support for Python 3.9

Update flask support to v2.3


## 2.3.0

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Digital Marketplace Jinja Macros
=========================

![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)
![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)
![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)
![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)
Expand Down
13 changes: 7 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# via -r requirements-dev.in
async-timeout==4.0.3
# via redis
blinker==1.8.2
# via flask
boto3==1.34.22
# via ccs-digitalmarketplace-utils
botocore==1.34.22
Expand All @@ -18,7 +20,7 @@ cachelib==0.10.2
# via flask-session
ccs-digitalmarketplace-apiclient==25.9.0
# via ccs-digitalmarketplace-utils
ccs-digitalmarketplace-utils==66.0.0rc3
ccs-digitalmarketplace-utils==66.0.1
# via ccs-digitalmarketplace-frontend-jinja
ccs-govuk-frontend-jinja==1.0.0
# via ccs-digitalmarketplace-frontend-jinja
Expand All @@ -42,7 +44,7 @@ exceptiongroup==1.2.0
# via pytest
flake8==7.0.0
# via -r requirements-dev.in
flask==2.2.5
flask==2.3.3
# via
# -r requirements-dev.in
# ccs-digitalmarketplace-utils
Expand All @@ -54,7 +56,7 @@ flask-gzip==0.2
# via ccs-digitalmarketplace-utils
flask-login==0.6.3
# via ccs-digitalmarketplace-utils
flask-session==0.8.0
flask-session==0.6.0
# via ccs-digitalmarketplace-utils
flask-wtf==1.2.1
# via ccs-digitalmarketplace-utils
Expand Down Expand Up @@ -92,8 +94,6 @@ markupsafe==2.1.4
# wtforms
mccabe==0.7.0
# via flake8
msgspec==0.18.6
# via flask-session
mypy==1.10.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
Expand Down Expand Up @@ -145,8 +145,9 @@ unicodecsv==0.14.1
urllib3==1.26.18
# via
# botocore
# ccs-digitalmarketplace-utils
# requests
werkzeug==2.2.3
werkzeug==2.3.8
# via
# ccs-digitalmarketplace-utils
# flask
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
install_requires=[
'jinja2>3',
'ccs-govuk-frontend-jinja>=1,<2',
'ccs-digitalmarketplace-utils>=66.0.0rc3',
'ccs-digitalmarketplace-utils>=66.0.1',
],
python_requires=">=3.9,<3.13",
python_requires=">=3.10,<3.13",
)

0 comments on commit eaf2233

Please sign in to comment.