Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 10, 2025
1 parent 7578178 commit 3c6364a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/actions/python-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ runs:
steps:
- uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- uses: snok/install-poetry@v1
with:
version: 1.8.1
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
Expand Down
84 changes: 47 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:lint": "prettier --check . && stylelint 'src/styles/**/*.scss' && eslint 'src/scripts/**/*.js'"
},
"dependencies": {
"@nationalarchives/frontend": "0.4.0"
"@nationalarchives/frontend": "0.6.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ packages = [{include = "app"}]

[tool.poetry.dependencies]
python = "^3.12"
flask = "^2.3.2"
flask = "3.1.0"
requests = "^2.31.0"
flask-caching = "^2.1.0"
tna-frontend-jinja = "0.2.11"
tna-frontend-jinja = "0.6.0"
flask-talisman = "^1.1.0"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 3c6364a

Please sign in to comment.