Skip to content

Commit d07334e

Browse files
author
Diego Nadares
committed
Merge branch 'white/staging' into white/master
2 parents 22685f0 + 07e7459 commit d07334e

8 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG/5.0.1/community.md

Whitespace-only changes.

CHANGELOG/5.0.1/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jan 2nd, 2024

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
New features in the latest update
22
=====================================
33

4+
5.0.1 [Jan 2nd, 2024]:
5+
---
6+
* [MOD] Code refactor.
7+
48
5.0.0 [Dec 13th, 2023]:
59
---
610
* [ADD] **Breaking change** We now use Celery as the main way to import reports. In addition, we have removed twisted and replaced raw websockets with socket.io. #7352

faraday/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
See the file 'doc/LICENSE' for the license information
55
"""
66

7-
__version__ = '5.0.0'
7+
__version__ = '5.0.1'
88
__license_version__ = __version__

faraday/openapi/faraday_swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"description": "The Faraday REST API enables you to interact with [our server](https://github.com/infobyte/faraday).\nUse this API to interact or integrate with Faraday server. This page documents the REST API, with HTTP response codes and example requests and responses.",
4-
"title": "Faraday 5.0.0 API",
4+
"title": "Faraday 5.0.1 API",
55
"version": "v3"
66
},
77
"security": {

pynixify/packages/faraday-plugins/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
buildPythonPackage rec {
1010
pname = "faraday-plugins";
11-
version = "1.15.0";
11+
version = "1.15.1";
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
sha256 = "1lkd9lmkplr78yarm1p90glqm9vxswcqagm4gk3wxxl53fhfrk5m";
15+
sha256 = "0ax8yg2y3h31qw9a8d18n3394i4hhy25jps91vfqx25ivrj0hsm3";
1616
};
1717

1818
propagatedBuildInputs = [

pynixify/packages/faradaysec/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "faradaysec";
20-
version = "5.0.0";
20+
version = "5.0.1";
2121

2222
src = lib.cleanSource ../../..;
2323

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ syslog-rfc5424-formatter>=1.1.1
3535
simplekv>=0.13.0
3636
Flask-KVSession-fork>=0.6.4
3737
distro>=1.4.0
38-
faraday-plugins>=1.15.0,<2.0.0
38+
faraday-plugins>=1.15.1,<2.0.0
3939
apispec>=6.3.0
4040
apispec-webframeworks>=0.5.2
4141
pyyaml

0 commit comments

Comments
 (0)