File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.4] ( ../../releases/tag/v1.0.4 ) - Unreleased
4
+
5
+ ### Internal changes
6
+
7
+ - Removed ` pytest-randomly ` Pytest plugin
8
+
3
9
## [ 1.0.3] ( ../../releases/tag/v1.0.3 ) - 2023-08-04
4
10
5
11
### Internal changes
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ license = { text = "Apache Software License" }
18
18
name = " apify_shared"
19
19
readme = " README.md"
20
20
requires-python = " >=3.8"
21
- version = " 1.0.3 "
21
+ version = " 1.0.4 "
22
22
23
23
[project .optional-dependencies ]
24
24
dev = [
@@ -44,7 +44,6 @@ dev = [
44
44
" pytest ~= 7.3.1" ,
45
45
" pytest-asyncio ~= 0.21.0" ,
46
46
" pytest-only ~= 2.0.0" ,
47
- " pytest-randomly ~= 3.12.0" ,
48
47
" pytest-timeout ~= 2.1.0" ,
49
48
" pytest-xdist ~= 3.3.1" ,
50
49
" twine ~= 4.0.2" ,
You can’t perform that action at this time.
0 commit comments