Skip to content

Commit

Permalink
Update all patch versions (prod-2-9-advance) (patch) (#1555)
Browse files Browse the repository at this point in the history
* Update all patch versions

* Apply pre-commit fix

From the artifact of the previous workflow run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 1, 2025
1 parent 8b36242 commit a917e44
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 127 deletions.
32 changes: 16 additions & 16 deletions custom/poetry.lock

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

10 changes: 5 additions & 5 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ transaction = "5.0"
cornice = "6.1.0"
requests = "2.32.3"
psycopg2 = "2.9.10"
c2cwsgiutils = { version = "6.1.4", extras = ["webserver"] }
c2cwsgiutils = { version = "6.1.5", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.10.0"
redis = "5.2.0"
PyJWT = "2.10.1"
redis = "5.2.1"
PyYAML = "6.0.2"
sentry-sdk = "2.19.0"
sentry-sdk = "2.19.2"
requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.24.0"
Expand All @@ -41,7 +41,7 @@ cryptography = { version = "43.0.3", optional = true }

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"
prospector-profile-duplicated = "1.8.1"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"
2 changes: 1 addition & 1 deletion custom/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==1.8.4
poetry==1.8.5
cryptography>=43.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2016-2024 Camptocamp SA
// Copyright (c) 2016-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2016-2024 Camptocamp SA
// Copyright (c) 2016-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2015-2024 Camptocamp SA
// Copyright (c) 2015-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2015-2024 Camptocamp SA
// Copyright (c) 2015-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2015-2024 Camptocamp SA
// Copyright (c) 2015-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2016-2024 Camptocamp SA
// Copyright (c) 2016-2025 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion geoportal/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2024, Camptocamp SA
# Copyright (c) 2019-2025, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@geoblocks/proj": "0.4.10",
"@types/arcgis-rest-api": "10.4.8",
"@types/geojson": "7946.0.14",
"@types/geojson": "7946.0.15",
"@types/topojson-specification": "1.0.5",
"lit": "3.2.1",
"moment": "2.30.1",
Expand Down
Loading

0 comments on commit a917e44

Please sign in to comment.