Skip to content

Commit

Permalink
Merge pull request ckan#8330 from ckan/requirements-upgrade-july-2024
Browse files Browse the repository at this point in the history
Requirements upgrade July 2024
  • Loading branch information
wardi authored Jul 9, 2024
2 parents 8ad6549 + 8c8ade8 commit eccb89f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
1 change: 1 addition & 0 deletions ckanext/resourceproxy/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def initial_data(self, clean_db, with_request_context):

def mock_out_urls(self, *args, **kwargs):
responses.add(responses.GET, *args, **kwargs)
kwargs.pop("body", None)
responses.add(responses.HEAD, *args, **kwargs)

@responses.activate
Expand Down
16 changes: 8 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
beautifulsoup4==4.12.3
cookiecutter==2.6.0
coveralls #Let Unpinned - Requires latest coveralls
Faker==24.4.0
Faker==26.0.0
factory-boy==3.3.0
flask-debugtoolbar==0.14.1
freezegun==1.4.0
flask-debugtoolbar==0.15.1
freezegun==1.5.1
ipdb==0.13.13
pip-tools==7.4.1
Pillow==10.3.0
responses==0.25.0
Pillow==10.4.0
responses==0.25.3
sphinx-rtd-theme==2.0.0
sphinx==7.2.6
sphinx==7.3.7
toml==0.10.2
towncrier==23.11.0

pytest==8.1.1
pytest==8.2.2
pytest-cov==5.0.0
pytest-factoryboy==2.7.0
pytest-freezegun==0.4.2
pytest-rerunfailures==14.0
pytest-split==0.8.2
pytest-split==0.9.0
28 changes: 14 additions & 14 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# The file contains the direct ckan requirements (python3).
# Use pip-compile to create a requirements.txt file from this
alembic==1.13.1
Babel==2.14.0
alembic==1.13.2
Babel==2.15.0
bleach==6.1.0
blinker==1.7.0
certifi>=2023.7.22
blinker==1.8.2
certifi>=2024.7.4
click==8.1.7
dominate==2.9.1
feedgen==1.0.0
Flask==3.0.2
Flask==3.0.3
Flask-Babel==4.0.0
Flask-Login==0.6.3
Flask-Session==0.8.0
Flask-WTF==1.2.1
Jinja2==3.1.4
Markdown==3.6
packaging==24.0
msgspec==0.18.6
packaging==24.1
passlib==1.7.4
polib==1.2.0
psycopg2==2.9.9
Expand All @@ -26,14 +27,13 @@ pysolr==3.9.0
python-dateutil==2.9.0.post0
pytz
pyyaml==6.0.1
requests==2.31.0
rq==1.16.1
requests==2.32.3
rq==1.16.2
simplejson==3.19.2
SQLAlchemy[mypy]==1.4.52
sqlparse==0.5.0
typing_extensions==4.10.0
typing_extensions==4.12.2
tzlocal==5.2
webassets==2.0
Werkzeug[watchdog]==3.0.3
zope.interface==6.2
msgspec==0.18.6
zope.interface==6.4post2
36 changes: 18 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile requirements.in
#
alembic==1.13.1
alembic==1.13.2
# via -r requirements.in
async-timeout==4.0.3
# via redis
babel==2.14.0
babel==2.15.0
# via
# -r requirements.in
# flask-babel
bleach==6.1.0
# via -r requirements.in
blinker==1.7.0
blinker==1.8.2
# via
# -r requirements.in
# flask
cachelib==0.13.0
# via flask-session
certifi==2024.2.2
certifi==2024.7.4
# via
# -r requirements.in
# requests
Expand All @@ -35,7 +35,7 @@ dominate==2.9.1
# via -r requirements.in
feedgen==1.0.0
# via -r requirements.in
flask==3.0.2
flask==3.0.3
# via
# -r requirements.in
# flask-babel
Expand All @@ -54,7 +54,7 @@ greenlet==3.0.3
# via sqlalchemy
idna==3.7
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.0.0
# via
# flask
# markdown
Expand All @@ -67,9 +67,9 @@ jinja2==3.1.4
# -r requirements.in
# flask
# flask-babel
lxml==5.2.1
lxml==5.2.2
# via feedgen
mako==1.3.3
mako==1.3.5
# via alembic
markdown==3.6
# via -r requirements.in
Expand All @@ -83,11 +83,11 @@ msgspec==0.18.6
# via
# -r requirements.in
# flask-session
mypy==1.9.0
mypy==1.10.1
# via sqlalchemy
mypy-extensions==1.0.0
# via mypy
packaging==24.0
packaging==24.1
# via -r requirements.in
passlib==1.7.4
# via -r requirements.in
Expand All @@ -113,13 +113,13 @@ pytz==2024.1
# flask-babel
pyyaml==6.0.1
# via -r requirements.in
redis==5.0.4
redis==5.0.7
# via rq
requests==2.31.0
requests==2.32.3
# via
# -r requirements.in
# pysolr
rq==1.16.1
rq==1.16.2
# via -r requirements.in
simplejson==3.19.2
# via -r requirements.in
Expand All @@ -138,17 +138,17 @@ sqlparse==0.5.0
# via -r requirements.in
tomli==2.0.1
# via mypy
typing-extensions==4.10.0
typing-extensions==4.12.2
# via
# -r requirements.in
# alembic
# mypy
# sqlalchemy2-stubs
tzlocal==5.2
# via -r requirements.in
urllib3==2.2.1
urllib3==2.2.2
# via requests
watchdog==4.0.0
watchdog==4.0.1
# via werkzeug
webassets==2.0
# via -r requirements.in
Expand All @@ -162,9 +162,9 @@ werkzeug[watchdog]==3.0.3
# werkzeug
wtforms==3.1.2
# via flask-wtf
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata
zope-interface==6.2
zope-interface==6.4.post2
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit eccb89f

Please sign in to comment.