Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream' into 2579-default-true-for-is…
Browse files Browse the repository at this point in the history
…-active
  • Loading branch information
luisa-beerboom committed Sep 17, 2024
2 parents 70950f6 + 8263639 commit c049a17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.14-slim-bookworm
FROM python:3.10.15-slim-bookworm

RUN apt-get -y update && apt-get -y upgrade && \
apt-get install --no-install-recommends -y curl ncat git mime-support gcc libc-dev libpq-dev libmagic1
Expand Down
2 changes: 1 addition & 1 deletion global/meta
Submodule meta updated 1 files
+1 −1 dev/requirements.txt
6 changes: 3 additions & 3 deletions requirements/partial/requirements_development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ flake8==7.1.1
isort==5.13.2
mypy==1.11.2
pip-check==2.9
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-profiling==1.7.0
pyupgrade==3.17.0
pyyaml==6.0.2

# typing
types-babel==2.11.0.15
types-beautifulsoup4==4.12.0.20240511
types-beautifulsoup4==4.12.0.20240907
types-bleach==6.1.0.20240331
types-PyYAML==6.0.12.20240808
types-requests==2.32.0.20240712
types-requests==2.32.0.20240914
types-simplejson==3.19.0.20240801
types-Pygments==2.18.0.20240506
2 changes: 1 addition & 1 deletion requirements/partial/requirements_production.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Babel==2.16.0
beautifulsoup4==4.12.3
bleach[css]==6.1.0
dependency_injector==4.41.0
dependency_injector==4.42.0
fastjsonschema==2.20.0
gunicorn==23.0.0
pypdf[crypto]==4.3.1
Expand Down

0 comments on commit c049a17

Please sign in to comment.