forked from ckan/ckan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ckan#7967 from ckan/flaskv3
2023-12 dependency update(Flask v3)
- Loading branch information
Showing
16 changed files
with
64 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
# These are packages that are required by ckan developers - for running ckan in debug mode, running ckan tests, building the docs and to pip-compile the requirements.in file. | ||
|
||
beautifulsoup4==4.12.2 | ||
cookiecutter==2.1.1 | ||
cookiecutter==2.5.0 | ||
coveralls #Let Unpinned - Requires latest coveralls | ||
docutils==0.18.1 # Needed until sphinx-rtd-theme 2.0 is out | ||
Faker==19.6.2 | ||
Faker==20.1.0 | ||
factory-boy==3.3.0 | ||
flask-debugtoolbar==0.13.1 | ||
freezegun==1.2.2 | ||
flask-debugtoolbar==0.14.0 | ||
freezegun==1.3.1 | ||
ipdb==0.13.13 | ||
pip-tools==7.3.0 | ||
Pillow==10.0.1 | ||
responses==0.23.3 | ||
sphinx-rtd-theme==1.3.0 | ||
sphinx==7.1.2 | ||
Pillow==10.1.0 | ||
responses==0.24.1 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx==7.2.6 | ||
toml==0.10.2 | ||
towncrier==22.12.0 | ||
towncrier==23.11.0 | ||
|
||
pytest==7.4.2 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
pytest-factoryboy==2.5.1 | ||
pytest-factoryboy==2.6.0 | ||
pytest-freezegun==0.4.2 | ||
pytest-rerunfailures==12.0 | ||
pytest-rerunfailures==13.0 | ||
pytest-split==0.8.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters