Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 7a5942a commit cd469b1
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"dependencies": {
"bootstrap": "3.4.1",
"bootstrap-table": "1.22.6",
"bootstrap-table": "1.23.2",
"jquery": "3.7.1",
"jquery.scrollintoview": "1.9.4",
"jquery-steps": "1.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file defines the requirements.txt for development.
#
pytest==8.2.2
pytest==8.3.2
WebTest==3.0.0
113 changes: 73 additions & 40 deletions c2cgeoform/static/package-lock.json

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

6 changes: 3 additions & 3 deletions c2cgeoform/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"private": true,
"dependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"html-webpack-plugin": "5.6.0",
"webpack": "5.91.0",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"whatwg-fetch": "3.6.20"
Expand Down
38 changes: 19 additions & 19 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 @@ -76,10 +76,10 @@ prospector = { version = "1.10.3", extras = [
prospector-profile-duplicated = "1.5.0"
prospector-profile-utils = "1.7.2"
webtest = "3.0.0"
sphinx = "7.3.7"
sphinx = "7.4.7"
sphinx-rtd-theme = "2.0.0"
types-requests = "2.32.0.20240712"
pytest = "8.2.2"
pytest = "8.3.2"
cookiecutter = "2.6.0"

[tool.poetry.extras]
Expand Down

0 comments on commit cd469b1

Please sign in to comment.