Skip to content

Commit

Permalink
Merge pull request #417 from GoSecure/twisted-security-fix
Browse files Browse the repository at this point in the history
Updated dependencies to get rid of dependabot warnings
  • Loading branch information
obilodeau authored Nov 1, 2022
2 parents 3cfcead + f0da9f3 commit 7d01688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* Added an automated replay conversion test to CI configuration ({uri-issue}369[#369])
* Test refactoring to allow running most GitHub CI tests locally when developing ({uri-issue}368[#368])
* Added Python 3.10 to CI test configuration ({uri-issue}387[#387])
* Updated our dependencies to the latest stable versions ({uri-issue}386[#386], {uri-issue}391[#391], {uri-issue}400[#400], {uri-issue}414[#414])
* Updated our dependencies to the latest stable versions ({uri-issue}386[#386], {uri-issue}391[#391], {uri-issue}400[#400], {uri-issue}414[#414], {uri-issue}417[#417])


== v1.1.0 - 2021-08-05
Expand Down
2 changes: 1 addition & 1 deletion requirements-slim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ rsa==4.9
scapy==2.4.5
service-identity==21.1.0
six==1.16.0
Twisted==22.8.0
Twisted==22.10.0
typing_extensions==4.4.0
zope.interface==5.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ scapy==2.4.5
service-identity==21.1.0
shiboken2==5.15.2.1
six==1.16.0
Twisted==22.8.0
Twisted==22.10.0
typing_extensions==4.4.0
zope.interface==5.5.0

0 comments on commit 7d01688

Please sign in to comment.