We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e9cd7 commit 027e15aCopy full SHA for 027e15a
incubating/argocd-app-status/CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
## [1.1.3] - 2024-11-20
3
+### Changed
4
+* upgrade yarl to 1.17.2
5
6
### Fixed
7
* CVE-2024-45491 - upgrade libexpat1
@@ -8,7 +10,7 @@
8
10
* CVE-2023-45853 - upgrade zlib1g
9
11
12
## [1.1.2] - 2023-09-18
-### Changed
13
+
14
15
16
- PYSEC-2023-135 - upgrade Python module certifi to 2023.7.22
incubating/argocd-app-status/requirements.txt
@@ -11,4 +11,4 @@ requests==2.31.0
requests-toolbelt==0.10.1
urllib3==1.26.16
yarg==0.1.9
-yarl==1.9.2
+yarl==1.17.2
0 commit comments