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 f5fcde1 commit b6c2cc4Copy full SHA for b6c2cc4
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
## unreleased
8
9
### Changed
10
+- updated all of the requirements to latest versions
11
- updated github actions to automatically create releases
12
13
## 2.4.0 - 2021-02-22
requirements.txt
@@ -1,5 +1,5 @@
1
-enum34==1.1.6
2
-pika==1.1.0
3
-PyYAML==5.1
4
-requests==2.24.0
+enum34==1.1.10
+pika==1.2.0
+PyYAML==5.4.1
+requests==2.26.0
5
requests-toolbelt==0.9.1
0 commit comments