Skip to content

Commit 5b686c3

Browse files
authored
Merge pull request #32 from TaskarCenterAtUW/feature-v-bump
Updated dependencies
2 parents c7ba333 + 66d8110 commit 5b686c3

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

freeze_version.py

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

1212
build_date = date.today().strftime('%Y-%m-%d')
1313

14-
version = '0.0.18'
14+
version = '0.0.19'
1515

1616
with open(version_file_path, 'w+') as version_file:
1717
version_file.write("version = '{}'\n".format(version))

requirements.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
azure-common==1.1.28
2-
azure-core==1.26.1
3-
azure-servicebus==7.0.0
4-
azure-storage-blob==12.14.1
5-
certifi==2022.12.7
6-
cffi==1.15.1
7-
charset-normalizer==2.1.1
8-
cryptography==39.0.0
9-
idna==3.4
10-
isodate==0.6.1
11-
msrest==0.7.1
12-
oauthlib==3.2.2
13-
pycparser==2.21
14-
python-dotenv==0.21.0
15-
requests==2.28.1
16-
requests-oauthlib==1.3.1
17-
six==1.16.0
18-
typing_extensions==4.4.0
19-
uamqp==1.6.3
20-
urllib3==1.26.14
21-
pika==1.3.1
22-
httpx==0.24.1
23-
coverage==7.2.7
24-
html_testRunner==1.2.1
25-
psutil==5.9.5
1+
azure-common~=1.1.28
2+
azure-core~=1.30.1
3+
azure-servicebus~=7.12.2
4+
azure-storage-blob~=12.20.0
5+
certifi~=2024.2.2
6+
cffi~=1.16.0
7+
charset-normalizer~=3.3.2
8+
cryptography~=39.0.0
9+
idna~=3.7
10+
isodate~=0.6.1
11+
msrest~=0.7.1
12+
oauthlib~=3.2.2
13+
pycparser~=2.22
14+
python-dotenv~=1.0.1
15+
requests~=2.31.0
16+
requests-oauthlib~=2.0.0
17+
six~=1.16.0
18+
typing_extensions~=4.11.0
19+
uamqp~=1.6.9
20+
urllib3~=2.2.1
21+
pika~=1.3.2
22+
httpx~=0.27.0
23+
coverage~=7.5.1
24+
html_testRunner~=1.2.1
25+
psutil~=5.9.8

0 commit comments

Comments
 (0)