Skip to content

Commit

Permalink
Merge pull request #951 from opengisch/QF-4311-fix-requsts-2.32.0
Browse files Browse the repository at this point in the history
Fix the failing worker_wrapper and tests by requests==2.32.0
  • Loading branch information
suricactus authored May 27, 2024
2 parents 847d82d + b93f21b commit d27d83d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/core/utils2/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def get_project_file_storage_in_bytes(project_id: str) -> int:
total_bytes = 0
prefix = f"projects/{project_id}/files/"

logger.info(f"Project file storage size requrested for {project_id=}")
logger.info(f"Project file storage size requested for {project_id=}")

if not re.match(r"^projects/[\w]{8}(-[\w]{4}){3}-[\w]{12}/files/$", prefix):
raise RuntimeError(
Expand Down
2 changes: 1 addition & 1 deletion docker-app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pyrsistent==0.19.3
python-dateutil==2.8.2
python3-openid==3.2.0
pytz==2023.3
requests==2.32.0
requests==2.32.2
requests-oauthlib==1.3.1
ruamel.yaml==0.17.26
ruamel.yaml.clib==0.2.7
Expand Down
4 changes: 2 additions & 2 deletions docker-app/requirements_worker_wrapper.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker==4.2.2
tenacity==8.1.0
docker==7.1.0
tenacity==8.3.0

0 comments on commit d27d83d

Please sign in to comment.